Change Priority based on Business criticality
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2019 05:04 AM
Hello,
I have a problem with changing priority on incident when business criticality changes.
I have used GlideAjax and now when i choose business service business criticality changes as well which is good but i have no idea how to make priority change based on business criticality?
- Labels:
-
Best Practices

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2019 12:59 PM
Hi
I recommend to implement a server side business rule, that fires on change of the business criticality. There you can change the priority as needed.
Use a before update business rule.
Let me know if that answered your question and mark my answer as correct and helpful, please.
BR
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2019 01:53 PM
Can you tell me what condition should i choose in BR?Business criticality's table is different than Incident
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2019 02:07 PM
Hello,
You would create an onBefore business rule on the incident table, with the condition of "Business Criticality changes", then over in the advanced tab, do what you need with the priority field.
Regards,
Phuong
If you find my suggestions helpful, please mark it as correct or helpful to help out others as well 🙂