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 identify how did the system creates RITM ?

Hritik
Tera Expert

Hi Community,

 

I have few RITMS generated in system for a specific form. They all are created by System. 

 

They are creating RITMS by inserting wrong values and I need to identify the trigger point for this.

 

Could you please help me know how can we identify how/who is system creating this record ? 

Like what are the methods ?

 

Thanks in Advance,

Hritik.

5 REPLIES 5

AnveshKumar M
Tera Sage
Tera Sage

Hi @Hritik 

Check wf_activity field in your RITM record, if there is any value, it may give some clue.

Thanks,
Anvesh

Hi @AnveshKumar M 

 

There is no field wf_activity in the RITM record

@Hritik it is an OOTB field, right click on form header and click show XML, you can see the field in the XML.

Thanks,
Anvesh

Hi @AnveshKumar M 

 

The field is empty. 

Hritik_0-1695995683470.png

 

I tried to check System Logs, BR's, S. Jobs, Script Includes but not finding any clue.