I have a workflow that locks a sales order for var...
# suitescript
p
I have a workflow that locks a sales order for various reasons (unless on admin role), I have just finished a script that sets a value on sales orders and saves the record, the script is set to run as admin role, however it errors out with RCRD_LOCKED_BY_WF any ideas?
r
Change the context of the Lock action to User Interface.
p
cheers for that!