- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 01:25 AM
I have to create Two parallel level approval through workflow i.e. both generated at same time - however RITM cannot get created until both groups have approved and if anyone rejects then RITM should be cancelled.
Can anyone please help me out.
Thanks&Regards,
Abhisek Chattaraj.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 03:19 AM
Hey @abhisek
Your existing workflow is attached to the specific catalog item, meaning it runs on the RITM (Requested Item) table. This setup creates the RITM immediately when the request is submitted, which doesn't allow you to hold the process until both parallel approvals are completed. Since your requirement is to have the approvals occur before any RITM is created, you need to move the approval process to a workflow on the Request table (sc_request). This way, the request remains in a pending state until both approval groups have given their approval, and only then is the RITM created. Using your current workflow on the catalog item won't work because it doesn't provide the necessary pre-approval pause required to prevent the premature creation of RITMs.
Thanks,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Guys, please DM using hareeshnjscs@gmail.com
I have some doubts about the service catalog and flow design(two-level approvals).
