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.

dev_zan Rookie Asked on July 27, 2021 in SuiteScript.
Add Comment
2 Answers

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.

Advanced Answered on July 27, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.