Which, of course, doesn't exist
# suitescript
d
Which, of course, doesn't exist
b
Is createFunc a key on the object returned by your client script
d
Not sure I follow
But I can say, the html rendered has the correctly configured functions
in fact, if I run
createFunc()
from the browser console, its good
b
functionName is overloaded
the form you are using is supposed to be used with Form.clientScriptModulePath
the referenced module should return an object with a
createFunc
key whose value is a function
if you are adding the script via other means, use
createFunc()
as the functionName
d
Thanks @battk