- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:51 PM
Hi All,
I am having a requirement to revoke access for users, Resolver Teams and Service Desk agents to downgrade an incident. They should not have access to downgrade the priority from high priorities to lower priorities.
The access should be there for Major Incident Management team alone and to Admins.
Please guide me how can this be done.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 03:57 AM
Hi Priyanka,
Please find the condition below -
It's a before update BR
If my answer has helped with your question, please mark it as helpful and give it a thumbs up!
Regards,
Harshal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 12:04 AM
Hi Priyanka,
There are multiple ways to achieve the same -
1. Client script - You would need to write an on-change client script on impact and urgency . You would need to hide the options on impact and urgency.
2. Business Rule - In the before business rule you would need to do a setAbortAction if priority is downgraded.
3. ACL - You would need to have write ACL on impact and urgency field. But note that ACL will render the field Read-Only so you will not be able to upgrade the incident.
If my answer has helped with your question, please mark it as helpful and give it a thumbs up!
Regards,
Harshal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 01:49 AM
thanks for the options.
Could you please let me know how I can write it via BR. What conditions I can put.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 03:57 AM
Hi Priyanka,
Please find the condition below -
It's a before update BR
If my answer has helped with your question, please mark it as helpful and give it a thumbs up!
Regards,
Harshal