Key: Personalize On Acceptance
Key: Personalize_On_Acceptance
Syntax
<add key="Personalize_On_Acceptance" value="[TRUE/FALSE]"/>
[TRUE/FALSE]: Either insert "true" or "false" into value
Purpose
It is possible to make groups responsible for tasks. If e.g. we assign a task to the Accounting department, then we can make a system where the person in that department, who accepts the task, is also made the sole responsible of the task. To do this we must set the "Personalize_On_Acceptance" key to "true". If we set it to false the responsible will still be the group after someone from the group has accepted it.
Example of key
<add key="Personalize_On_Acceptance" value="true"/>