- 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:41 PM
no one will update- it will be update from form only.
its still not working

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 04:44 PM
Can you post the business rule script and any condition you are running it on?
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:54 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2018 05:03 PM
So you seems to be running it on insert. So no use of unchecking those checkboxes in Priority lookup. Can you remove the filter conditions and try just for testing
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:13 PM