- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 07:18 PM
Hi Guys,
I've created another field in the Task SLA table called SLA Status. The plan is to make our reports a lot more user friendly regarding the SLA and replacing those boolean values with PASS (false) and FAIL (true).
I've created a business rule in ServiceNow and it doesn't seem to work. The name of the business rule is "Set SLA Status to Fail".
When to Run: Insert, Update
Filter Condition: Has Breached, Changes To, True
Set Field Values: SLA Status, To, Fail
I've created a vice versa on the other business rule for the PASS. Again, it doesn't seem to work.
Hoping you can help me with this one guys.
Regards,
Jan Raphael Caasi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 10:00 PM
Hi,
I am trying to understand why you need a separate field to track this. "Has breached" column already tracks this exactly.
Anyway I did create a column and the business rule. I am able to get this to work. Which release are you on? Please upload SLA definition, business rules that you have created. Also what is the type of the field "SLA Status".
For your reference, I am attaching the screen shots of how I had done this in my system.
Thanks.
SLA Status column definition on the Task SLA table:
Business rule:
Task SLA record showing the new "SLA Status" column as "Fail" once the "Has breached" is set to true:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 10:12 PM
Hi Everyone,
Let me quickly try out your suggestions.
Thanks,
Jan Raphael Caasi