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!
Show Customer Invoice using "Ajax"
I have a form with a Customer field. After the user entered a customer, the current form is resubmit with the customer #. The script sees that there's a customer #and show all the invoices of the customer. We don't want that.
Instead when the user leave the Customer Field, the script (client) has to call an suitelet through Ajax and populate the list of invoices coming back from the "ajax".
I though it would be easy but the Sublist is causing some issue. In the suitelet we created the sublist that will "receive" the data. And we were hoping to populate the sublist in the client.