How to check which script updated the worknotes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2022 10:50 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2022 11:40 PM
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