- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 04:12 AM - edited 08-11-2023 04:49 AM
Hi everyone,
I hope you've all been well. We've a requirement for Change that needs the functionality. I have a requirement wherein an approval is required where group manager should approve. Service Catalog item with one approver that too from group manager required.
before creatin a task an approval should trigger to one of the groups manager until it approves task should not be created.
Would it be possible to implement this? Hoping for your insight. Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 04:46 AM
Hello Rafmine,
If I understood well your requirement, the apprval should be triiger to the assignment manager of catalog item.
Method 1)
First you have to set the assignment group on RITM table as per your requirement. After that to trigger the approval to the assignment group manager please follow below path in flow designer:
Method 2)
You can write below script as well in Rules field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 04:46 AM
Hello Rafmine,
If I understood well your requirement, the apprval should be triiger to the assignment manager of catalog item.
Method 1)
First you have to set the assignment group on RITM table as per your requirement. After that to trigger the approval to the assignment group manager please follow below path in flow designer:
Method 2)
You can write below script as well in Rules field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 05:58 AM
second option worked, first option I tried by myself but no luck. anyway, thanks a lot.
Sourabh Akiwate

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 04:59 AM
Hi ,
Please try below link to solve your issue.
If my answer is helpful kindly mark it as helpful and correct!
Thank You.
br,
pratiksha.k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 05:18 AM
Thank you for sharing your requirement. It's certainly possible to implement an approval workflow for Service Catalog items where the approval comes from a group manager before a task is created. In Flow Designer, we can set up the necessary approvals and conditions to ensure the task is created only when the group manager approves.
To proceed, we'll need to:
- Configure the approval step in the workflow.
- Define the condition that checks for group manager approval.
- Ensure the task creation is dependent on the approval being granted.