Standard Change proposal Approval to be modified in the Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2020 02:37 AM
Hi All,
I want to modify the Standard change proposal workflow as below.
Right now, approvals are being triggered to one particular group. but I want to modify it. If the Assignment group is filled in the standard change proposal as below then approval should be triggering to the Assignment group manager.
If it is not filled then we do have default approvers group as below they should be receiving the approval.
Could any one please help me with advanced scripting part in the workflow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2020 03:55 AM
Hello,
This can be done by modifying the workflow to have an IF condition.
The IF checks if the assignment group manager is not empty (change the condition to meet your needs).
If true, it diverts to an "Approval - User" activity, else it continues to the "Approval - Group" which contains the default approval group.
Note you do need to change some of the transitions to go to the IF statement rather than the approval group.