Join Slack
Powered by
Is there a supported method of attaching a button ...
# suitescript
c
Chris
01/06/2020, 9:39 PM
Is there a supported method of attaching a button
form.addButton
inside a subtab?
s
suitedev
01/06/2020, 9:51 PM
You can:
var sublist = form.getSublist()
sublist.addButton()
suitedev
01/06/2020, 9:52 PM
^^ This puts the button in the sublist, which is in a tab..
c
Chris
01/06/2020, 10:07 PM
Sweet! I'll give this a shot.
Chris
01/06/2020, 10:07 PM
Thanks so much!!!!
👍🏼 1
Open in Slack
Previous
Next