11 Aug 2023
Link to this post
How can I enforce security at a record level, not page level. In y example I have two users with access to the same page but the records returned from CRM are filtered based on their specific records. The listings that allow front end access are working and displaying on their records.
The issue is, I can copy the url from one user's record detail page, logout, login as a different user, and paste the URL into the browser and access the record.
I came from the old ADXstudio solution that used entity permissions which where assigned to security roles. These entity permission controlled whether a user had access to all, related record or only their records. I can't find anything that is similar to this other than the filter logic when generating data in a grid or subgrid.
I need a way to prevent unauthorized access to records by individuals that obtain URLs for records not displayed from the grids or subgrids.