- 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 05:37 AM
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.