Unable to change object(), security violation. Object is secured

 1 Replies
 0 Subscribed to this topic
 15 Subscribed to this forum
Sort:
Author
Messages
JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member

I am attempting to disable a user using Process Automation.  I want to change the value of isDisabled to "YES".  This did work in test, but when I try it in production I receive the error:

 

[code]

Error code: 22

Information code: 1

 

Return message: Unable to change object(), security violation. Object is secured.

[/code]

I am not sure what object I need to grant access to in Lawson Security so that this works.  Thank you.

 

JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member
I found that the userid in production was different than the one in test. The userid in production did not have security access to perform this function. Once I corrected it the flow works. thank you.