- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 02:16 PM
Hello, I'm looking to restrict the manual approval options to only users with the role of "approver_user". Currently, when we manually add a new approval it shows the entire list of users which is causing errors and the directive has been changed to "don't show anyone who shouldn't be approving".
It appears as though people suggested copying and overriding the "Edit" UI Action on the page, but as I was looking at it, I'm not entirely sure where I would update the script or what it would contain. Any help or suggestions would be greatly appreciated, thanks!
Edit UI Action for reference:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 02:53 AM
Hi @mike_m35 ,
You can add this 'roles=approver_user' in the below line
Please mark this response as correct or helpful if it assisted you with your question.
Best Regards,
Rutuja Khalate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 02:53 AM
Hi @mike_m35 ,
You can add this 'roles=approver_user' in the below line
Please mark this response as correct or helpful if it assisted you with your question.
Best Regards,
Rutuja Khalate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 10:03 AM - edited 02-29-2024 10:05 AM
Thank you! This did exactly what we needed, for those who may come across this later, I was able to add additional queries into this to limit not only on the approver_user role but also matching company fields. The updated query is now:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 09:56 PM
Hello @Rutuja Khalate
we have same requirement we need to restrict specific group member and 4 levels of that group could you please let me know how we can achieve this.
we have tried business rule but it is not working as expected.