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

推薦閱讀
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Practical UX Design
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- SEO實戰密碼
- Instant Nancy Web Development
- RESTful Web Clients:基于超媒體的可復用客戶端
- Mastering HTML5 Forms
- Getting Started with Electronic Projects
- Deep Learning for Natural Language Processing
- Web前端開發最佳實踐
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- 計算機應用基礎
- jQuery基礎教程(第4版)
- Swift編程實戰:iOS應用開發實例及完整解決方案
- Flink原理深入與編程實戰:Scala+Java(微課視頻版)