How to connect Department and user group

Yasuki Higashin
Tera Contributor

I would like to know if ServiceNow can connect Department and user group. Due to client request, we need to design that specific user group should belongs to particular department. Could you tell me the feasiblity of this requirement?

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi @Yasuki Higashin,

 

Yes, you can just create a custom reference field from sys_user_group to the cmn_department table.

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

2 REPLIES 2

AndersBGS
Tera Patron
Tera Patron

Hi @Yasuki Higashin,

 

Yes, you can just create a custom reference field from sys_user_group to the cmn_department table.

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Yasuki Higashin
Tera Contributor

Hi @AndersBGS 

Thank you for your reply! It was really help me out to reply to client!