Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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.