1.how to add a 100 users at a time to group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2016 12:26 AM
how to add 100 users at a time to group? its possible?How?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2016 12:36 AM
You can run background script to add number of users at a time to specific group.
Thanks,
Mihir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2016 12:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2016 12:45 AM
All the users are related with each other or not related ?If related , how ?
Can you find all these users by running some filter in users table ?
Thanks,
Mihir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2016 01:20 AM
Hi Saikrishna,
Follow the steps to import users if you have them in xls or csv format :
1. Create a csv or excel file with Group name and User names.
2. Now import data into ServiceNow. To create a import data set : Importing Data Using Import Sets - ServiceNow Wiki
3. Create transform maps of the same loaded data. Transform data into the sys_user_grmember table. To create a new transform map : Creating New Transform Maps - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2016 01:27 AM
Hi SaiKrishna,
There is a table named- sys_user_grmember
there are two fields in this table - user and group both are reference fields. so you can prepare an excel sheet with user names in one column and group names in another column and create an import set and then use transform map to upload the records in sys_user_grmember table.