Last updated 2 days ago
Access to the case notes can be configured through access control. More information about access control can be found .
com.ritense.note.domain.Note
view_list
Allows viewing notes.
create
Allows creating a note
modify
Allows modifying a note
delete
Allows deleting a note
{ "resourceType": "com.ritense.note.domain.Note", "action": "view_list", "conditions": [] }
{ "resourceType":"com.ritense.note.domain.Note", "action":"delete", "conditions":[ { "type":"field", "field":"createdByUserId", "operator":"==", "value":"${currentUserIdentifier}" } ] }