Dynamic display rule allows you to display in specific contents/area according to the rules that you define based on the logic. You may use it when designing forms frequently. In this case, we have a demo that how to use it to designated approval.
Use Case
There will a sample scheme for approving invoice. The applicant need to send different invoices to different managers, the approval manager can only view his own invoices and take action.
Precondition
It suggests to use "list variable" (e.g. Invoice List) to work out per the approval managers is unpredictable.
You need summary/concat the supervisors in the list to an user variable, which will be used to send approval task.
Define the rule and condition
You need have a task form to define the rule and conditions. Go to the list control properties.
Click "Settings" of Columns. On the page of list column settings, you need to define the rule and condition for each column.
Click the setting icon and then go to "Create Rule" of Dynamic Display Rules.
Define the condition in "Expression Editor". Get both element from "Expression" and the "Current User" is from "Instance Context".
Define the rule to show.
Confirm "Ok" to submit and repeat it for other columns.
Configure Assignment Task
Go to Workflow designer and click the setting of "Supervisor" task.
- The user variable of "Supervisors" is set as assignee;
- Parallel task receiving will be better to process;
- The upon task form of "Approval" to be related;
Scroll down the setting page and then
- Approval Task can be customized as needed;
- Any Approved can be set per logic;
- Tick response waiting and every supervisor need take actions to go forward.
Assuming that a simple workflow as exampled:
Example Result
Let's have a simple submission as:
And go to task page from one of designated supervisors and he can only view and take approval for this invoice(s).
Comments
0 comments
Please sign in to leave a comment.