Hello, I'd like to add a client script to "Invento...
# suitescript
k
Hello, I'd like to add a client script to "Inventory Number" but I can't find "Inventory Number" when deploy client script
b
probably not
best you can do is use a user event before load to attach a script via the form's clientScriptModulePath
keep in mind that none of the normal entry points will work, so you may have to end up using normal javascript to do what you want.
w
Maybe SuiteAnswer 85134 will help.