You need to sign in to do that
Don't have an account?

ENTITY_IS_LOCKED
Hi all.
I tried to update an order using REST API. I received an Execution
{u'errorCode': u'ENTITY_IS_LOCKED', u'fields': [], u'message': u'entity is locked'}
Why are the Orders locked?
I don't have approval process in my salesfoce system.
Thanks in advance.
I tried to update an order using REST API. I received an Execution
{u'errorCode': u'ENTITY_IS_LOCKED', u'fields': [], u'message': u'entity is locked'}
Why are the Orders locked?
I don't have approval process in my salesfoce system.
Thanks in advance.
This can happen if multiple users are trying to update the same record at the same time.

The reason for this is your running user does not have App Permissions 'Edit Activated Orders'. USe a Permission Set or change the Profile to include this permission.