Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Adding custom buttons to a suitelet response that calls a function
My suitelet calls a restlet and it's all working fine.
The restlet adds sales order lines to existing sales orders.
I'm adding a work/approval flow and transforming the salesorders into invoices and sending emails on another restlet call.
I was originally making the call to the restlet in the response/on the submit.
I added buttons to the response page and broke out the restlet call into it's own function.
The problem I'm having is that the function is executing on the response / submit even though it is only called from a button.
The button works fine as is when click after the response loads.
0