- 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 03:09 PM
How about letting the BR use the same priority lookup that happens normally and set the impact/urgency instead of the setting the priority directly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 04:06 PM
sorry not working

- 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 03:24 PM
Can you change the order of the business rule to 10000 and see if that works?
Please mark this response as correct or helpful if it assisted you with your question.