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.
Line Commit In Dynamic Mode
Greetings all!
I am developing a client script with the purpose of setting document ( in my case PO and SO ) status to 'CLOSED'. I read about it and considered that the best way to achieve it is to iterate over each line and set the line field 'CLOSED' to true. For this purpose I load the record dynamically, select each line, set its status and then commit it. It works perfectly for the PO. However the same code fails in the SO. The error is thrown in the browser console and says 'Line validation failed for sublist: item'. I cannot
0