Join Slack
Powered by
In SS2.0 I'm adding a Button via UserEvent Script ...
# suitescript
n
nathanw
10/31/2018, 7:00 PM
In SS2.0 I'm adding a Button via UserEvent Script to a Form. - I would like that button to call/Request a Suitelet. - I've added the Button, but I don't know how to call the Suitelet
form.addButton({ id: 'custpage_id', label: 'button', functionName: ?? })
Not sure what function I call under
functionName
any suggestions?
Open in Slack
Previous
Next