- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 03:37 PM
Can we restrict a specific record with ACL?
For instance, if we want to make the Name Field Read-only if the Name is Default and Application is Global. Only Security admins can change this name if needed.
I tried UI Policy and Data Policy - but they are not applying in list view
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 04:38 PM
Hi for the list view you would need an ACL with list_edit operation, here's an OOB example
/nav_to.do?uri=sys_security_acl.do?sys_id=fb90a1e9a6811596009e5055b5156bcd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 04:38 PM
Hi for the list view you would need an ACL with list_edit operation, here's an OOB example
/nav_to.do?uri=sys_security_acl.do?sys_id=fb90a1e9a6811596009e5055b5156bcd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2022 06:45 AM
I was able to get it worked. I had to create field level ACL and record level ACL