Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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