- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 03:10 AM
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
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 03:16 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 03:16 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 03:57 AM
Hi Chuck,
Thanks, and your answer is perfect !
Thanks once again.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 04:02 AM
I'm glad you got your question answered. Thank you for participating in the community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 04:27 AM
Hi Harish,
Can you share the steps how you achieved this..
Regards
Param