Auto Add Members to Group

Rick Forristall
Tera Guru

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

1 ACCEPTED SOLUTION

Gurpreet07
Mega Sage

You Could use transform scripts in your transform maps.



http://wiki.servicenow.com/?title=Transform_Map_Scripts


View solution in original post

5 REPLIES 5

saritha9
Giga Expert

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


Gurpreet07
Mega Sage

You Could use transform scripts in your transform maps.



http://wiki.servicenow.com/?title=Transform_Map_Scripts


saritha9
Giga Expert

Are you using LDAP servers or you are just importing?


Wade Clairmont
Tera Guru

Richard,



Did you ever get this going?   If so, can you share your script?