How to grant read only users with write access to the additional comments and work notes fields?

Daniel R2
Kilo Sage

There is a requirement on my project where users with read only access of specific case types, do need some level of write access.

 

Everything should be read only on the case form, however they should have write permissions on the additional comments and work notes fields of the form.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Daniel R2 ,

You can create your own write ACL for comments and work notes fields and provide custom role to your ACLs.

Check if there are any ACLs on task.work_notes or incident.work_notes. Thats the only thing that controls write access on journal fields OOB.



I tested it in my OOB instance and can see user with custom role can see work_notes. The only change I did is add role to three acls on task.work_notes and user can see work_notes now:



SandeepDutta_0-1670946105301.png

 

 

View solution in original post

1 REPLY 1

Community Alums
Not applicable

Hi @Daniel R2 ,

You can create your own write ACL for comments and work notes fields and provide custom role to your ACLs.

Check if there are any ACLs on task.work_notes or incident.work_notes. Thats the only thing that controls write access on journal fields OOB.



I tested it in my OOB instance and can see user with custom role can see work_notes. The only change I did is add role to three acls on task.work_notes and user can see work_notes now:



SandeepDutta_0-1670946105301.png