In SS2.0 I'm adding a Button via UserEvent Script ...
# suitescript
n
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?