Hello,
I want to make sure that a textfield is visibile only for certain assignee,
I am actually using a script that store the id of users and doing a multi instance task assigned to each one of the list, How can I make a textfield visible for one user and not for another.
Thank you.
Solved! Go to Solution.
Hi,
I see you are using Activiti Enterprise, so I imagine you are using the drag and drop form editor.
Each control has a visibility tab which can determine whether the control is visible or not.
In order to display only for specific users, I would create a process variable that represents the current task assignee. If you are using the multi instance assignment, then you will already have such a variable.
You can then use the visibility tab logic to determine if the control should be visible or not based on the value of the variable.
A simple example below:
Hope this helps,
Greg
Hi,
I see you are using Activiti Enterprise, so I imagine you are using the drag and drop form editor.
Each control has a visibility tab which can determine whether the control is visible or not.
In order to display only for specific users, I would create a process variable that represents the current task assignee. If you are using the multi instance assignment, then you will already have such a variable.
You can then use the visibility tab logic to determine if the control should be visible or not based on the value of the variable.
A simple example below:
Hope this helps,
Greg
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.