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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
IE issue with nlapiCreateRecord.
I will try to explain this...
1) We have ONE computer that errors on a client-side script when it hits:
var message = nlapiCreateRecord('message');
The code runs from a button on our Cash Sale form, the code is used with our thank you strategy.
2)
The Error is:
Line: 602
Char: 5
Error: Exception thown and not caught
Code: 0
Url: https://system.netsuite.com/app/accounting/transactions/cashsale.nl?id=215630&e=T
3) The error occurs when the Cash Sale was created from a Sales Order.
4) If the Cash Sale is created directly from a New Cash Sale form, the computer can run it without a problem.
0