Remove Access Group Constains on a given view of datasource

I have created an Access Group Constraint for one Entity. What I now facing is that i want to create a table view where the current logged in user can see and open an Entity in read only mode.
The user shall also be able to select the Entity. How can I override the Access Group Constains.

All users must have the abillity to see the other Company Enities i one dedicated view/table.

How can I archive this?

Hi Kjell,

If you want to restrict access to some entity instances on the table-row level, you can use constraints and set the constraintOperationType.

Please let us know if that didn’t help.

I do have restriction om row level now. But what I also want is to let the user show rows from other users but in a shared table. Is this possible?

I do have restriction om row level now. But what I also want is to let the user show rows from other users but in a shared table. Is this possible?

As an option, you can create a new entity with no constraints only for using it in your table view in read-only mode. This new entity will have the same fields as the first one.