Field level ACL for a single Record (should apply in list view and on the form)

sheker
Tera Contributor

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

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

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

View solution in original post

2 REPLIES 2

Tony Chatfield1
Kilo Patron

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

I was able to get it worked. I had to create field level ACL and record level ACL