Does anyone know of a way to see what scripts all ...
# general
t
Does anyone know of a way to see what scripts all run when a SO is created. We have a 3rd party EDI provider that creates orders for us via EDI, there is a connection ID field that is locked and can only be reached via a script or workflow. This Connection ID is being populated incorrectly, I have put a fix in place to correct if via a workflow, as it was not allow PO Ack's to export out, and it then filtered down to the IF and Inv causing issues with them. We reached out to this 3rd party and they insist that the issue is on us and is being caused by something in NetSuite, I have searched every workflow that runs on the SO at the time of creation and after, and have not found anything outside of my fix that touches that field. I want to look at all the scripts, but I need to know which ones run against the SO but I have no easy way to tell. I thought there was an audit log for that, but I am unable to find it. Any assistance would be great
e
You should be able to see a list of what scripts are running on SOs by going to scripted records /app/common/scripting/scriptedrecord.nl?id=SALESORDER I don't think it tells you the context (create, edit, ...) but it will include all scripts including bundles and will tell you if it is a pageinit, etc. There is also a bundle called Application Performance Management (https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_4283522055.html#Application-Performance-Management-(APM)) that may help - the suitescript analysis page allows you to see instances where certain parts of the script are executing and when that happened, so you could likely use that to correlate behaviour
🎯 1
m
Customization > Scripting > Scripted Recods
Choose sales order from the list