- ServiceNow Application Development
- Sagar Gupta
- 217字
- 2021-07-03 00:01:04
Associating a user to one or more groups
To make sense of the newly created user, group, and role, we need to associate them. While it is possible to assign a role to a user, it is not recommended. We will instead associate the user to a group and then we will assign some roles to that group:
- Open the serveradmin user record from the Users module under the User Administration application menu and scroll to the bottom of the page where you see the Groups related list, as shown in the following screenshot, and click on the Edit... button to assign:

- In order to associate a user to one or more groups, we need to pull the User's record from the Users module and Edit... the Groups related list:

- Click on the Save button once you have selected the required groups to be brought back to the users detail form.
It is possible to filter the collection of available groups by using the filter tools available on the top of the slush-bucket page. You can filter based on when the record was Created, Created By, or just about any other field available in the Groups ( sys_user_group) table. We can also filter on any of the referenced fields, using the dot-walking we learnt in the previous chapter.

推薦閱讀
- 控糖控脂健康餐
- Practical Game Design
- Learning Zurb Foundation
- Learning Hunk
- HTML5從入門到精通(第4版)
- FFmpeg開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- Web Developer's Reference Guide
- Visual Basic程序設(shè)計(jì)全程指南
- AMP:Building Accelerated Mobile Pages
- Python Linux系統(tǒng)管理與自動(dòng)化運(yùn)維
- 分布式數(shù)據(jù)庫HBase案例教程
- Java程序設(shè)計(jì)教程
- 大話C語言
- Swift從入門到精通 (移動(dòng)開發(fā)叢書)
- The Java Workshop