How to set other approver state to 'No longer required' if one Approver approved the CTASK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:01 AM
Hi,
A CTASK has a group approval where all the members in the group should approve or group approval should be provided, but the user is requesting to make approval - No longer required if any user in the group approves it. A run script is configured to create a standard change. How can I achieve this by modifying in the run script. Below is the script for reference. Please guide me to set other approver state to 'No longer required' if one Approver approved.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:27 AM
Create a flow or workflow with a trigger condition matching the task you are creating on the change_task table then have that use the approval group activity to generate the approval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:32 AM
You mean, should I create a separate workflow and trigger matching the condition on change_task then add approval activity?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:36 AM
Hey Raj, Yeah exactly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2023 12:37 AM