Display Business Rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 01:21 AM
Hello All,
Hello All,
Kindly help me with the below requirement,
If User is securonix admin.
impact=1
urgency =1
Priority = High
If impact =2
urgency = 2
Priority = Low
I have written a display business rule for it, but it does not work:
Please help me with the script as it doesnot work .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 01:36 AM
Hi @ShiningStar1 ,
Unsure about the requirement but I assume if those conditions are met, you need to update the priority?
If so, instead of writing a display Business Rule, you should use either a before Business Rule (insert and update) and/or an onChange Client Script.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 01:38 AM
Hi James,
Thank you for your reply .yes correct if the conditions are met we need to update the priority but On change client script did not work .Could you please help with the script .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 01:40 AM
No worries, please share the script you have written so far and I can help you from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 01:42 AM
Hi James ,
Here is the script below :