Restrict the users editing the record using ACL

harishdasari
Tera Guru

Hi everyone,

I want to restrict all the groups using ACL to edit the Incident form, my requirement is any user in a group can view all the incidents,

but he should not be able to edit the other incidents raised by others, but he should have access to edit his own incidents.

can anyone let me know how can I perform this using ACL script ?

Thanks

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Hi Harish,



Create a WRITE ACL for the record (incident.none) and another one for the fields (incident.*)



The condition would look something like:



Caller | is dynamic | Me



Docs: Access control rules


Docs: Contextual security  


Security Best Practices - ServiceNow Wiki


View solution in original post

5 REPLIES 5

Hi Paramahanns,



Create a new ACL role with WRITE permission and give the condition like this Caller | is dynamic | Me .


Now save it. and assign this ACL role to group. that's it. it starts working.


for testing, impersonate the USER.