Acl on custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2017 03:54 PM
Hi,
I have created a custom application but the application is not visible to everyone.I wanted to form should be visible to all the users in servicenow and also for some user I want to give full access on form so they can edit the form.How t achieve it using ACL

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2017 09:40 PM
In servicenow for any new table created by default four acls will be created.
During the time of creation of table if no specific role is selected then System will create a new role dynamically and assign to the four acls that will be created.
So access the ACLs of the custom table and remove the role added to provide table access to any user.
If you want only user of specific role to have access please add that role in the acl removing the system generated role.
Please like or mark correct based on the impact of the response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2017 11:44 PM
Hi ,
I just want to give certain users a role so that they edit the form contents like adding fields in the form.Is it possible to give acl for that.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2017 11:49 PM
Adding fields to forms is usually restricted to admins as they are part of the configuration activity. I sure that the functionality cannot be granted to a person by either ACL or granting any role other than Admin.
Please like or mark correct based on the impact of the response.