Is there a supported method of attaching a button ...
# suitescript
c
Is there a supported method of attaching a button
form.addButton
inside a subtab?
s
You can:
var sublist = form.getSublist()
sublist.addButton()
^^ This puts the button in the sublist, which is in a tab..
c
Sweet! I'll give this a shot.
Thanks so much!!!!
👍🏼 1