01-25-2017 11:38 AM
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.
01-27-2017 11:05 AM
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
01-26-2017 08:55 PM
01-27-2017 11:05 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.