- ServiceNow Application Development
- Sagar Gupta
- 230字
- 2021-07-03 00:01:04
Creating a new group
A group in ServiceNow is a collection of users who share a common function within the organization. Creating and managing groups needs to be taken seriously as it can impact security and affect the end user's experience. Members of groups may perform tasks such as approving catalog requests, resolving incidents, or receiving email notifications.
Once we have created a new user, we need to create a new group and assign it to the new user. User groups are stored in a system table named sys_user_group, as shown in the following screenshot:

- In the User Administration application, click on the Groups module to list all groups defined in the instance.
- Click on the New button on the top left of the content frame to define a new group:

- We will set new group's name as Server Administrators. Click the Submit button to create the new group.
In ServiceNow, groups can be hierarchal. If a group has a parent, the child group inherits the roles of the parent group. One of the key points to note here is that the members of the child group are not members of the parent group, which means that any ticket assigned to the parent group may not be visible to the child group; however, any ticket assigned to the child group will be visible to the members of the parent group.
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- PHP網絡編程學習筆記
- 小程序,巧運營:微信小程序運營招式大全
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- 量化金融R語言高級教程
- 單片機應用與調試項目教程(C語言版)
- 組態軟件技術與應用
- Learning Raspbian
- Python3.5從零開始學
- Kivy Cookbook
- SpringBoot從零開始學(視頻教學版)
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Android Sensor Programming By Example
- HTML并不簡單:Web前端開發精進秘籍
- HTML5/CSS3/JavaScript技術大全