Object is not created user wise

0
Hi I am working on Library Management app I have created separate login for every user using system.user entity But I could not able to create object of issue_book entity for seperate  user. All objects of issue_book entity are visible to every user.  
asked
1 answers
2

Hey Harshad,

First you have to check the ' store owner' option from the entity property. And then in the entity security apply the xpath,

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

 

This way only user who created the object will be able to see it.

Hope it helps!

 

answered