- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2022 12:11 PM
Hi all!
I'm having some trouble here. I need to create a workflow for a record producer that works with the Demand table.
This workflow needs to trigger an approval and notification when the demand is moved to the 'Approve' state, and then have an specific assignment group. I'm making this:
and this for the conditions:
I don't know what to do next.
I've never done this before so any help will be very much appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2022 10:13 AM
That should be good for a trigger. The only thing I would change is rather than Assignment Group.sys_id, just use Assignment Group and select the group that corresponds with that sys_id. One you have the trigger condition sorted, you can add the action to "Ask for Approval"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2022 10:13 AM
That should be good for a trigger. The only thing I would change is rather than Assignment Group.sys_id, just use Assignment Group and select the group that corresponds with that sys_id. One you have the trigger condition sorted, you can add the action to "Ask for Approval"