- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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