
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 11:47 PM
Create a Business Rule on issues such that if priority is 1 it should not allow user to update the issues priority. (Abort operation). Need code for this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 12:11 AM
sorry I did a quick test, my condition is wrong, it should be something as below
This will only trigger is priority is getting changed from critical to some other value
Best regards
Suyog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 12:22 AM
Also due to want to restrict this only for user action i.e. when someone opens up form and try to do it or it should be restricted for request coming via 3rd party tool i.e. via integration?
if its only user then recommendation of @Vishal Birajdar is valid as it should be only restricted when user is trying to transact.
just for info from BR you can add message as well using gs.addInfoMessage().
Best regards
Suyog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 11:56 PM - edited ‎10-23-2023 12:01 AM
@Community Alums
Can you try below and see if this works
Edit: Have updated screenshot for 'When to Run'
Best regards
Suyog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 12:03 AM
Its not working actually i want to prevent user to update the priority when its P1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 12:11 AM
sorry I did a quick test, my condition is wrong, it should be something as below
This will only trigger is priority is getting changed from critical to some other value
Best regards
Suyog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 12:22 AM
Also due to want to restrict this only for user action i.e. when someone opens up form and try to do it or it should be restricted for request coming via 3rd party tool i.e. via integration?
if its only user then recommendation of @Vishal Birajdar is valid as it should be only restricted when user is trying to transact.
just for info from BR you can add message as well using gs.addInfoMessage().
Best regards
Suyog