Push Dynamic Approval on Click of a UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 09:24 AM - edited ‎06-04-2025 09:25 AM
Hello,
I have a requirement where in when a user clicks on a UI Action button a group manger should get populated as approver and the user should have an option to click the button again if he wants to send it to the group delegates if the manager is unable approve/reject for any reason. How this can be implemented
Note: Groups may be multiple and each group has a manager and delegates may be multiple and one person from each should approve in order to move the workflow to the next level.
Existing we have a workflow it just sends to group managers and everyone should Approve from each group and then it takes to the next level now we need to embed for the delegates as well.
Appreciate your quick responses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 10:38 AM
Implement a ui page in that ui action so when user click the ui action a ui page will appear where he can select the user or group. There will be 2 field on the ui page user and group. And a submit button. Once the user will hit submit. Based on the the data entered create a record in aya approval table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 02:26 PM
Hi @sk59 ,
Why would you let it be up to the user to click once or twice based on manager or delegate? Why not rely on OOTB delegation from ServiceNow. Basic in my mind, the manager should delegate is tasks / approvals, if he is not available. If he doesn't delegate, then he has the responsibility.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2025 03:32 AM
we have already a custom field on the group table where it stores delegates.. can this be implemented in the workflow ?
on click of ui action group manager approval and the next click delegate approval despite of approved/rejected