Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to Stop SLA based on Catalog Task State Field changes?

anshul_goyal
Kilo Sage

Hello All, 

I have a requirement where I am attaching SLA on sc_request (Request Table) where the Start Condition is "State" changes to "Work In Progress" and the Stop Condition is "State" of the Catalog Task changes to "On Hold". 

How can I achieve this requirement?

Thanks and Regards
Anshul

1 ACCEPTED SOLUTION

Peter Bodelier
Giga Sage

Hi @anshul_goyal,

 

You will need to use a field on the sc_request table to stop the SLA.
This means, that in a business rule, or in your request flow/workflow, you will need to set a (custom) field on the sc_request to a value which stops the SLA.

You cannot do that on a related record directly.


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

View solution in original post

2 REPLIES 2

Peter Bodelier
Giga Sage

Hi @anshul_goyal,

 

You will need to use a field on the sc_request table to stop the SLA.
This means, that in a business rule, or in your request flow/workflow, you will need to set a (custom) field on the sc_request to a value which stops the SLA.

You cannot do that on a related record directly.


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

anshul_goyal
Kilo Sage

Hi @Peter Bodelier,

Thanks for your response.

Thanks and Regards,
Anshul