Join Slack
Powered by
It is possible to remove a button, I believe it wo...
# suitescript
j
jmacdonald
08/30/2017, 12:00 PM
It is possible to remove a button, I believe it would be something like this:
Copy code
var button = context.form.getButton({ id : 'buttonid' }); button.isHidden = true;
Open in Slack
Previous
Next