Asset Name | Asset Type | Description |
---|---|---|
ServiceNow_User_PO | Process Object | Prepares a ServiceNow user account from the Workday worker account. |
ServiceNowConnectionWorker | App Connection | ServiceNow connection based on the Table API. |
WorkdayConnectionNewHire | App Connection | Workday connection. |
Synchronize Worker to ServiceNow | Process | Subprocess to search for, create, and update users in ServiceNow. |
Synchronize Workday Hired Employee with ServiceNow User | Process | Synchronizes new and updated workers from Workday with users in ServiceNow. The process is called by an HTTP request and searches for all the new hires created or updated during the previous period in Workday. When you invoke the process, a message appears to notify the user that the background job has started. The process searches for a matching user in ServiceNow by Workday ID. If the user exists, the process updates the user details. Otherwise, it creates a new user. |