For more context, I have a custom Suitelet UI atta...
# suitescript
e
For more context, I have a custom Suitelet UI attaching a Client Script to the
Form
it generates:
Copy code
var form = ui.createForm(...);
form.clientScriptModulePath = './the-client-script.js';
...