Join Slack
Powered by
Good day guys, can anyone point me to a sample scr...
# suitescript
r
Rywin
06/02/2022, 1:39 AM
Good day guys, can anyone point me to a sample script in SuiteAnswers where I can associate it with an existing Entity Custom Form? I am figuring out to add a custom button and set a value after clicking it on the Form level. Thank you.
b
battk
06/02/2022, 2:10 AM
SuiteScript 2.x Form-Level Scripts
battk
06/02/2022, 2:10 AM
general weakness is that it only works on edit
r
Rywin
06/02/2022, 2:13 AM
Is there another workaround to make it work in view mode?
@battk
b
battk
06/02/2022, 2:13 AM
a more general tool is
Form.addButton
in combination with
Form.clientScriptModulePath
from a
SuiteScript 2.x User Event Script Type
r
Rywin
06/02/2022, 2:14 AM
Thanks
@battk
5
Views
Open in Slack
Previous
Next