Update Records Locked by Workflow

When a record is locked by Workflow, it cannot be edited and submitted regardless of the role used.  In SuiteScript, the equivalent APIs of these two actions (edit and submit) are record.load() and record.submitFields().  If these APIs are executed against a locked record, the following error is thrown:       RCRD_LOCKED_BY_WF: This record has been locked… Continue reading Update Records Locked by Workflow