RE: SuiteScript 2.1 Commit Line on Client Script not commiting line
Hi all,
We are having issues when using the commit line API call to add a new line to sublists on our Sales Order. The commit line is being called in asynchronous code.
After the api call, the line is not fully committed. The field values are populated, but the user must still click the ‘Add’ button to commit the line manually.
Expect to share enough code for someone to reproduce the problem. There isnt enough here beyond a guess that your code uses selectNewLine, setCurrentSublistValue with forceSyncSourcing, and commitLine.