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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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.
0