Business Rule on update does not update a field

Jesus Nava
Tera Guru

Hello experts, please I need your help, I created a BR in incident table,  in which the rule is that if the assignment group changes, then the incident is set as resolved. once it is set as resolved it needs to create a new record on a different table I created, the rest works fine, the actions I set work fine except for the state, it remains the same and is not set as resolved, here is what I have:

JesusNava_0-1693595568437.pngJesusNava_1-1693595623019.png

so at the time the incident is updated and changed to the test group does not update the incident state to resolved, the other fields are updated but not the state, is there anything I'm not doing well?

thank you!

1 ACCEPTED SOLUTION

Craig Gruwell
Mega Sage

Hi Jesus,

 

Have you tried using Script Tracer? 

 

https://docs.servicenow.com/bundle/utah-api-reference/page/script/debugging/concept/script-tracer.ht... 

 

Open an incident for testing

Launch Script Tracer

Prior to saving the incident record with the Assignment Group = Test, start the Tracer

Once updated, stop the Tracer

Filter the results for table = Incident

Review the results

 

 

View solution in original post

2 REPLIES 2

Craig Gruwell
Mega Sage

Hi Jesus,

 

Have you tried using Script Tracer? 

 

https://docs.servicenow.com/bundle/utah-api-reference/page/script/debugging/concept/script-tracer.ht... 

 

Open an incident for testing

Launch Script Tracer

Prior to saving the incident record with the Assignment Group = Test, start the Tracer

Once updated, stop the Tracer

Filter the results for table = Incident

Review the results

 

 

Excellent! using it I checked there were 2 other BRs that were setting the field as in progress,

Thank you! great help!