I have a direct M2M between two Entities: Project and Ticket. The problem that I have is that Ticket has an Access Group Constraint on it so users can’t see all Tickets. When a user opens up a project view they see a grid of ALL ticket regardless if they are allowed to see them or not, it’s not filtering correctly here. There is an Access Denied error when attempting to open an invalid ticket but they are still able to see all the fields in the grid. Is the filter not honored in this case? Any suggestions on how to get around this? I’m currently using a child data source for the Tickets, can I easily use a separate Collection data source for Ticket instead?
Thanks.