How do I get a button to save data to a form? I've...
# suitescript
s
How do I get a button to save data to a form? I've already created the button, but how do I get it to perform this function?
b
Form.addSubmitButton will make a button that posts to your suitelet
👍 1
s
@battk Thanks 😄