How to limit user access to table ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 11:45 AM
I can't limit user to create or delete records in my custom table. In the table Controls tab , I created access controls with user role u_table-name_user . I don't have any users with this role in the system, thou users can create or delete records in that table?
When I enable debug security rules, and I impersonate user which shouldn't have been able to delete records I can see this below after impersonated user deleted record A..3011:
- Labels:
-
Platform and Cloud Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 11:58 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 12:01 PM
can you provide screenshot of your delete ACL?
There may be issue in conditions, script of your delete ACL.
Is your table extended from any base tables? if yes, you may have to check delete acl on your base table.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 12:20 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 12:29 PM
That looks fine then. You might try clearing the instance cache by navigating to '/cache.do' to see if that helps.