Restrict propose major incident ui action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 01:57 AM
Hi,
Can any one please help me on how to make propose major incident only available for few groups. I created a system property storing sys id of all the groups and added condition in ui action like gs.getUser().isMember(gs.getProperty('property_name')) but still propose major incident is available for everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 02:00 AM
Hi @Community Alums
OOTB an ITIL role can propose an Incident as Major Incident, so in your case your need to restricts iTIL user first and then create ACL for specific group.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2024 02:19 AM
Hi @Community Alums ,
Is there a reason that you had to create a property to store the groups?
As this can achieved using simple script https://www.servicenow.com/community/developer-blog/managing-access-to-ui-actions-with-conditions-roles-and-views/ba-p/2290980
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2025 11:34 PM
Hi @community Alums,
Did you got any resolution for this issue. I am facing same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2025 02:55 AM
This is achieved with the below configuration.
Navigate to Now experience Framework --> Form Action --> Look for the required action and you can use script condition to hide the Propose Major incident.