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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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