- 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 04:02 PM
priority lookup rule having more precedence than business rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 04:03 PM
sorry not working

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 04:16 PM
This link should help
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 04:20 PM
sorry sanjiv- It will disable the data lookup.
We don't want to disable that
We want that whenever a user who is specific client creates a ticket- its priority should always set to High.
for other users it should use the same matrix
But when i do this using business rule- the data lookup/priority takes precedence.
Thanks
sudhir

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 04:30 PM
It wont disable the lookup on the UI. You can keep the Run on Insert and Run on form Change active. Only deactivate Run on Update. Are there chances, somebody may update it from background?
Please mark this response as correct or helpful if it assisted you with your question.