Track where the field change has been made

asdfdfas
Tera Contributor

I have a Field in the Requests ticket that changes after something is processed (it might be a business rule but I could not find which one).

After it is processed it appears a blue circle which says who changed it, is there any possible way of seeing what script has been executed?

Captura de pantalla 2024-03-04 a las 14.34.11.pngCaptura de pantalla 2024-03-04 a las 14.34.07.png

1 ACCEPTED SOLUTION

swathisarang98
Giga Sage
Giga Sage

Hi @asdfdfas ,

 

It is a OOTB functionality, It is called Real time symbol which appears if you have two tabs opened for same form and in one tab you update the form, and if you  see in the second tab the fields that you updated will have this symbol , this is to ensure that if two people are using or is viewing same form, if someone make any changes it will be visible to other user so that there will be no conflict.

 

 

View solution in original post

6 REPLIES 6

James Chun
Kilo Patron

Hey @asdfdfas,

 

If you know how to replicate the issue (preferably in the non-Prod as well 🙂 ), you can try using the Script Tracer (https://docs.servicenow.com/bundle/washingtondc-application-development/page/script/debugging/concep...) for debugging.

 

Hope it helps

Thanks for the answer, I didn't see anything, the BR/ client Scripts do not meet the conditions so the code does not run, I guess that there must be something apart from these two types of scripts

No worries, looks like the update is reflected on the form without you having to refresh the page. That would mean it's from the server side. Try looking into Workflow and Flow as well.

Sumanth16
Kilo Patron

Hi @asdfdfas , 

 

You need to enable the script debugger on the table and try to update the field on the form.

Check which business rules are executed. You need to debug the issue by adding logs in scripts.

 

If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

 

Thanks & Regards,

Sumanth Meda