Does anyone know how I can tell which script ran? ...
# beginners
w
Does anyone know how I can tell which script ran? This screenshot is from
System Notes
on a Sales Order and we have several scripts that run at different points and I need to find the script that made this change.
j
You should be able to track down the script with one of these tools: Script Execution logs; Scripted Records; Script Deployments
w
What would I be looking for exactly though? I can see when each of my scripts runs, but is there anything to show when a script changes a particular field/record?
j
Match up the timestamps for each script execution and the system notes. You might be able to figure out what script was running based on the that.
Do you have a lot of scripts running on your sales order record?
w
We have a few, and one of them runs on a 15min interval.
b
i would consider it overkill for your task
its probably easier to go through each user event script (or workflow) and find one which closes lines
👆 2
n
You might like this chrome extension which allows you to see which scripts are running on the record you are on at the time: https://chrome.google.com/webstore/detail/netsuite-scripted-records/dkhjafbceiceaidnbbilhphhkanlpkkj It's a little easier to navigate form the list it produces to the script and and shows if it's deployed/active or not. @Will
w
Thanks! This is helpful!
👍 1