We Need Create Workflow For Manager Approval, Like We two Variables Requested by And Requested For
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 09:15 AM
We Need Create Workflow For Manager Approval, Like We two Variables Requested by And Requested For, User Select Requested For, Requested For Manager Get Approval, User Select Requested by, Requested by Manager Get Approval For Catalog Item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 06:00 AM
Hello @Jagadees22
I am not sure why over catalog item you have two fields [Requested for & Requested by] and asking for both fields manager approval? Usually, it will be requested for manager approval is asked.
Nevertheless, if we go with your requirement your workflow pseudocode outline for the ServiceNow workflow to handle manager approvals based on the "Requested by" and "Requested For" variables:
Initialize Workflow:
- Start Workflow
Check Requested For:
- If Requested For is not empty:
- Retrieve the manager of the Requested For user
- Assign the manager as the approver
- Send approval request to the manager of Requested For
- If Requested For is not empty:
Check Requested by:
- If Requested by is not empty:
- Retrieve the manager of the Requested by user
- Assign the manager as the approver
- Send approval request to the manager of Requested by
- If Requested by is not empty:
Approval Process:
- Wait for approval response (this will be joined activity)
- If approved:
- Proceed with the next steps in the workflow as per your requirement.
- If rejected:
- End workflow with rejection status
End Workflow:
- Complete the workflow
Now give a try on workflow by putting activities and let us know if any blocker or any technical challenge by sharing screenshot if possible, we there to help you 😊
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 08:58 AM
thank You So Much For Reply to Me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 11:04 AM
Hello @Jagadees22
Did my reply answered your question or helped you with issue. If yes do hit helpful button and mark appropriate correct answer to close this thread.
Thanks & Regards,
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 08:43 PM
thanks Your Help Please tell Me Which Activities Are Using In these Workflow
thanks & Regards,