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

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


Hi Chuck,



Thanks, and your answer is perfect !



Thanks once again.


I'm glad you got your question answered. Thank you for participating in the community.


Paramahanns
Tera Expert

Hi Harish,



Can you share the steps how you achieved this..



Regards


Param