
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 08:19 AM
We import our users from our Active Directory.
Is there a way to automatically add users to a group based on their department?
Thanks and happy Friday!
Rick Forristall
Goodwill of Central Arizona
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 08:25 AM
You Could use transform scripts in your transform maps.
http://wiki.servicenow.com/?title=Transform_Map_Scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 08:24 AM
Create a Business rule on User table after Insert or Update. Condition should be when department changes. Add users to groups based on departments.
Easy way is to just import groups from Active Directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 08:25 AM
You Could use transform scripts in your transform maps.
http://wiki.servicenow.com/?title=Transform_Map_Scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 08:28 AM
Are you using LDAP servers or you are just importing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2016 09:32 AM
Richard,
Did you ever get this going? If so, can you share your script?