Interview 2
Interview 2
Users
are the individuals who use ServiceNow instance.
Each user has a unique sys_id
User table is “sys_user”
Create a new user –
Filter Navigator >>> User Administration >>>> Users >>> New
Group
group is a set of users who share a common purpose.
Groups may perform tasks such as approving change requests, resolving incidents,
receiving email notifications, or performing work order tasks.
Create a new group ----
Filter Navigator > User Administration > Groups.
ACLs or Access Control Lists are the process by which ServiceNow provides security
for its data.
ACLs can be applied to individual records, as well as fields within those records.
A user need to have an elevated role for manipulating the ACLs
Based on the operation, it is divided into 4 type i.e. Create, Read, Write, Delete.
/ Bases on level- tabel level with none, table level with * and field level.