Empty rows in datagrid after Entity Access

0
Hi! I have a Datagrid with users. Others users can only see the users of the own organization. Therefore I have used a XPath: [Users.User_Organization/Organizations.Organization/User.User_Organization = '[%CurrentUser%]'] This works good. I see two rows. I want to move the XPath to Entity Access, for a better security. If I do that, I see all rows. In only two rows are the information filled. For the others users are the rows empty. Is there anybody who can help me?
asked
1 answers
0

Hello Wout,

If you’re displaying users I believe that any user would have access by default to seeing those rows, i.e. seeing other users even without entity access on it. 

Why not use the xpath in both Entity access and the grid?

Hope this helps.

answered