how to give access to a table for a particular group so that they can view and change the contents?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 08:36 AM
i created a group and a table i need to give acces to the group so that they can read and write?
screenshots will be helpful

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 08:39 AM
Hi,
I recommend assigning a role to that group and then applying the role to the appropriate ACLs to grant read/write/delete/create access. This is the preferred way to grant access rather than a specific group. It allows for more flexibility over time and has better performance.
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
‎07-17-2017 09:26 AM
Let me know if you are blocked on this or if it answers your question. It's straight out of the System Administration course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 09:48 AM
i have created a group aand added users to it how to give them access to the table,each table have a definite role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 10:00 AM
Create a new role that is owned by the group (as Chuck mentioned above)
Then create new ACLs on your table using that role.
As Chuck mentioned, this is a topic covered by our Sysadmin training.