- 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.

推薦閱讀
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Android Jetpack開發(fā):原理解析與應(yīng)用實(shí)戰(zhàn)
- Boost C++ Application Development Cookbook(Second Edition)
- Flash CS6中文版應(yīng)用教程(第三版)
- 小程序,巧運(yùn)營(yíng):微信小程序運(yùn)營(yíng)招式大全
- C語言程序設(shè)計(jì)學(xué)習(xí)指導(dǎo)與習(xí)題解答
- Linux:Embedded Development
- 硬件產(chǎn)品設(shè)計(jì)與開發(fā):從原型到交付
- IoT Projects with Bluetooth Low Energy
- INSTANT Premium Drupal Themes
- 打造流暢的Android App
- Go語言編程之旅:一起用Go做項(xiàng)目
- Mastering Linux Kernel Development
- 機(jī)器學(xué)習(xí)開發(fā)者指南
- 計(jì)算機(jī)邏輯設(shè)計(jì)