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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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