Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to provision the contact table

HS7
Giga Guru

I would like to provision users from EntraID to ServiceNow.

In the standard functionality, the table to be provisioned is sys_user.

However, since this is an external user,

I would like to synchronize it with the contact table (customer_contact) as well.

Can this be achieved using business rules?

1 ACCEPTED SOLUTION

Mark Manders
Mega Patron

customer_contact is a child table of sys_user. The only difference is the 'class' field (User/Contact/Consumer). So if you update the sys_class_name to 'contact' for these users on the sys_user table, you will also see them in the customer_contact table (same record).


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

1 REPLY 1

Mark Manders
Mega Patron

customer_contact is a child table of sys_user. The only difference is the 'class' field (User/Contact/Consumer). So if you update the sys_class_name to 'contact' for these users on the sys_user table, you will also see them in the customer_contact table (same record).


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark