How to restrict users from deleting the record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2018 11:07 PM
I have a requirement, I want to restrict user from deleting the record.
how to achieve this requirement by DELETE ACL.
Thanks,
Amarjeet Pal
Labels:
- Labels:
-
Service Level Management
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2018 11:19 PM
Instead of delete ACL.
What you can do is go to the TABLE that you going to restrict user to delete record.
Under the access control tab, search for DELETE operation. Then hard code it to RETURN FALSE so no one can delete the record. Or you can make use of the ROLE to limit only ADMIN can delete record.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 12:03 AM