- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 03:06 PM
HI All,
need to make priority high of any incident created by a set of people/group.
But Data lookup is taking precedence in assigning the priority over business rule.
Any idea how this can be implemented using business rule or any other method to do this?
Thanks
Sudhir
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 03:12 PM
Is 'Data Lookup' another BR you're referring to? Could you please clarify this?
Otherwise, make a BR that does the following:
Table: Incident
When to Run: On Insert
Filter Conditions: Assignment group = <Specific Group Name> or <Specified Users>
Set Field Values: Priority - To - High

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 05:23 PM
Hmmm...Not sure whats going on. Can you deactivate the priority lookup and run it again. If still doesnt work, then there is a problem with the Business rule
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 05:25 PM
i tested on my othr dev instance and it working.
looks some issue with my dev instance.
sorry for inconveneince.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 04:36 PM
It IS possible to modify values using a business rule, however it must be an AFTER business rule with an order equal to or greater than 1000.
Please create ON AFTER business rule with order greater than 1000 to override priority for particular set of users, groups.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 04:29 PM
Update to my previous suggestion:
Table: Incident
When to Run: On Insert
Filter Conditions: Assignment group = <Specific Group Name> or <Specified Users>
Set Field Values: Impact - To - High, Urgency - To - Medium
You'll have to update the Impact and Urgency to High and Medium, respectively, to achieve this result. This is because the PDL (Priority Data Lookup) combination requires this to be true.
This article will help in determining the Impact/Urgency required for the desired Priority level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 04:34 PM
filter condition is Caller contains User
But this Business rule is not working as data lookup definition take the precendence.