Workday to Work.com (Salesforce) Employee Data - Implementation Template
home
Use case covered
This template allows you to load employee data from Workday into Work.com, a Salesforce solution, on either a scheduled or ad-hoc basis:
On a scheduled basis, this template is able to perform the bulk load and/or synchronize delta changes.
On an ad-hoc basis, this template is able to perform the synchronization of specified employee(s) using the employees/sync endpoint.
- Employee signifies both employees and contractors.
- Location, Individual, and Internal Organization Unit information is included in the Employee Object.
The Mule application will poll on a scheduled basis to fetch employee updates (e.g., if an employee joins the company or changes are made to an existing employee) from Workday using Anypoint Object Store (V2, persistent) watermarking (lastUpdatedTimeStamp
). It will then create or update the employee in Work.com (Salesforce).
This template uses the Create Job Bulk API 2.0 upsert operation in Anypoint Connector for Salesforce and watermarking capabilities to ensure that only the recent changes are captured and to enable efficient processing of large data sets.