- ServiceNow Application Development
- Sagar Gupta
- 217字
- 2025-03-01 05:47:19
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.
