based on login

0
how can we ensure that no other user besides currently logged in can modify the order object created by this user
asked
2 answers
3

Hi Rachana,

You can enable the ‘Store owner’ system member, in entity properties,

then, in the entity security, you can write the XPath,

 

[System.owner='[%CurrentUser%]']

 

 

Hope it helps!

answered
0

Hi Rachana,

 

In the entity security you can constrain access to the owner of the object: 

 

Make sure to turn on the owner checkmark on the entity settings:

 

If you want to make sure no user can edit besides the owner, make sure this constraint is applied on all access rules on this entity, meaning for all roles.

answered