acl to restrict delete access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 12:54 AM
i have a requirement to remove delete capability for employee_admin and employee _manager roles on employee form . I have to achive this requirement ony with ACL process, could you please help me with this...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 01:06 AM
Hi @VSN,
Check the existing ACLs related to 'delete' operation on that table (Table.None). If there is any, then look into the Roles, Conditions & Scripts which grants the delete access to employee_admin and employee _manager and modify the conditions or deactivate it if not required.
If there is no ACL and if you want to limit delete access to only admin then just create an ACL (Table.None) for delete operation on that table and add 'admin' role to it.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 06:40 AM
@SunilKumar_P 2 acl are already existed in the system, i have made them inactive but still user able to see the delete button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 06:42 AM
Hi,
Please create a new one and in role mention admin.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 06:43 AM
@Saurabh Gupta could you help me with example screen shot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 06:49 AM
Thanks and Regards,
Saurabh Gupta