Script TracerWhen debugging scripts, Script Tracer can rapidly locate an issue with server-side JavaScript. Scripts executed are tracked. Admins view the State, Script, and Transaction details of scripts executed.Have you ever updated a form, watched additional fields get updated, and wondered what just made that change? We have all searched the script field of a script table, like business rules, with alert messages or field names hoping we can narrow it down to a script. To begin, with Script Tracer open, select the Start Tracer button. Trace records are logged as UI transactions are selected. In this example, the user query script was tracked when the caller Lookup Using List(magnifying glass) was selected on a new Incident record.The State tab (shown above) displays the changes to form fields. By default, Show only changed values are displayed.The Script tab shows the Condition or Line of the script. Select the View File button to open the script record.The Transaction tab shows the transactions of the trace record. This will include the parameters of the page that executed the traced script.