Task SLA table Business Rule

jancaasi
Mega Expert

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

1 ACCEPTED SOLUTION

Aditya Mallik
ServiceNow Employee
ServiceNow Employee

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:


find_real_file.png



Business rule:



find_real_file.png




find_real_file.png



Task SLA record showing the new "SLA Status" column as "Fail" once the "Has breached" is set to true:


find_real_file.png


View solution in original post

5 REPLIES 5

jancaasi
Mega Expert

Hi Everyone,



Let me quickly try out your suggestions.



Thanks,



Jan Raphael Caasi