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
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