The CreatorCon Call for Content is officially open! Get started here.

How to check which script updated the worknotes

vtred
Tera Contributor

Hi, I have a work notes updated on a form and I am unable to find the exact script that updated it. I would like to know if there is any easy way to debug which script is responsible for updating it.

I tried to look for BR's, Script Includes, Scheduled Jobs to find script contains that sentence. 

5 REPLIES 5

Jagmeet Singh
Tera Expert

Hi,

There is no Short cut to figure out which script updated the work_notes.

you have to look all scripts (Workflows,BR,ScriptIncludes);

search with *work_notes of each component  in Script field and some filters on table and check every script.

if the message in work notes is hardcoded then you can directly search that message in script field and check out the results.

Hope that helps!

Regards,

Jagmeet