How do users belonging to the same User Role can see what each one created?

0
I have two users from the same user role, and one entity, I want that each one of the user see what the other from that user role is creating ? putin : [System.owner='[%CurrentUser%]'] can not do the work, because they dont see what the other created
asked
1 answers
0

Syrine,

If you have an entity that has keeps track of system member owner

image.png

 

And a User role of User, the following Xpath on an access rule will ensure that all accounts with user role User will be able to see objects created by other accounts with user role User.

 

image.png

 

Hope that helps,

Mike

answered