Contents HR Service Delivery Previous Topic Next Topic HR Workday Integration Non-Scoped Subscribe Log in to subscribe to topics and get notified when content changes. ... SAVE AS PDF Selected Topic Topic & Subtopics All Topics in Contents Share HR Workday Integration Non-Scoped HR Workday Integration Non-Scoped synchronizes employee profile information between the non-scoped version of HR Service Delivery and Workday. You need a Workday account with administrative privileges to configure the Workday integration. The instance supports Workday API version 24.1. How Workday integration works Workday is the primary source of all employee data. After you put employee information in Workday and enable the integration on the instance, the instance uses SOAP web services to pull data from Workday on a regular basis. The data is then populated in the HR Profile [hr_profile], Job Profiles [hr_job_profile], Department [cmn_department], and Location [cmn_location] tables. The data taken from Workday is contained in the Worker object. By default, the integration pulls the following data from the Worker object. Employee information, such as user name, first and last name, and email addresses Location Department Job profile In the Workday integration transform maps, you can view the information that is pulled from the Workday record and the corresponding fields that are populated in the HR profile. For each Workday transform map, the source and target tables are listed and you can view the scripts that are run. When the integration script is processed, all HR profiles are created and activated, even if all data is not present. If a mandatory field is not populated during the import, it must be filled in the next time the record is updated. The integration also supports automatic record updates based on future dates for events such as employee onboarding, offboarding, transfers, or promotions. For example, after you add information in Workday for a new employee who starts work in a week, the instance retrieves the employee data at the scheduled pull and creates the user and HR records but does not activate the records until the onboard date. Offboarding works in a similar manner. When you set a termination date for an employee in Workday, the system automatically inactivates the user profile and HR record for the employee on the day after the termination date. Synchronizing HR profile information with Workday Workday integration can synchronize, or push, updates to specific fields that are made in the HR profile. The push runs after the updated information is pulled from Workday. The fields that are pushed include first names, middle names, last names, address, phone numbers (up to 4), email addresses (work and personal), and prefixes. This synchronization helps maintain the status of contingent workers, such as contractors or temporary employees. This status is defined in the employee's Workday record, and is maintained based on the employee type assigned in the HR profile. If the contingent worker's status changes in Workday, for example, changed to permanent status, the HR profile is updated the next time the integration script runs. If you have defined custom contingent employment types in Workday, you must add them to the workday script include as shown below. The contingent employment types listed are those that Workday provides as a default. // Contingent Worker Employment Type workday.CONTINGENT_EMPLOYMENT_TYPE=['Consultant','Contractor','Vendor']; Set up HR Workday Integration Non-ScopedYou must subscribe to the non-scoped version of the Workday integration, and then configure it to synchronize employee profile information.Configure a scheduled script to run the import in non-scoped HRThe Workday integration for the non-scoped version of HR provides a scheduled script to run the data import. If it is not available on your instance, create one with this configuration.Customize the data retrieval script include in non-scoped HRYou can modify the default script includes to get additional data from Workday, in the non-scoped version of HR.Add information to the HR profile table in non-scoped HRThe Worker object from which you obtain employee data provides additional information that you can save to the HR Profile table, in the non-scoped version of HR. Modify the import schedule in non-scoped HRYou can modify the import schedule, or run on-demand imports from the import script, in the non-scoped version of HR. On this page Send Feedback Previous Topic Next Topic
HR Workday Integration Non-Scoped HR Workday Integration Non-Scoped synchronizes employee profile information between the non-scoped version of HR Service Delivery and Workday. You need a Workday account with administrative privileges to configure the Workday integration. The instance supports Workday API version 24.1. How Workday integration works Workday is the primary source of all employee data. After you put employee information in Workday and enable the integration on the instance, the instance uses SOAP web services to pull data from Workday on a regular basis. The data is then populated in the HR Profile [hr_profile], Job Profiles [hr_job_profile], Department [cmn_department], and Location [cmn_location] tables. The data taken from Workday is contained in the Worker object. By default, the integration pulls the following data from the Worker object. Employee information, such as user name, first and last name, and email addresses Location Department Job profile In the Workday integration transform maps, you can view the information that is pulled from the Workday record and the corresponding fields that are populated in the HR profile. For each Workday transform map, the source and target tables are listed and you can view the scripts that are run. When the integration script is processed, all HR profiles are created and activated, even if all data is not present. If a mandatory field is not populated during the import, it must be filled in the next time the record is updated. The integration also supports automatic record updates based on future dates for events such as employee onboarding, offboarding, transfers, or promotions. For example, after you add information in Workday for a new employee who starts work in a week, the instance retrieves the employee data at the scheduled pull and creates the user and HR records but does not activate the records until the onboard date. Offboarding works in a similar manner. When you set a termination date for an employee in Workday, the system automatically inactivates the user profile and HR record for the employee on the day after the termination date. Synchronizing HR profile information with Workday Workday integration can synchronize, or push, updates to specific fields that are made in the HR profile. The push runs after the updated information is pulled from Workday. The fields that are pushed include first names, middle names, last names, address, phone numbers (up to 4), email addresses (work and personal), and prefixes. This synchronization helps maintain the status of contingent workers, such as contractors or temporary employees. This status is defined in the employee's Workday record, and is maintained based on the employee type assigned in the HR profile. If the contingent worker's status changes in Workday, for example, changed to permanent status, the HR profile is updated the next time the integration script runs. If you have defined custom contingent employment types in Workday, you must add them to the workday script include as shown below. The contingent employment types listed are those that Workday provides as a default. // Contingent Worker Employment Type workday.CONTINGENT_EMPLOYMENT_TYPE=['Consultant','Contractor','Vendor']; Set up HR Workday Integration Non-ScopedYou must subscribe to the non-scoped version of the Workday integration, and then configure it to synchronize employee profile information.Configure a scheduled script to run the import in non-scoped HRThe Workday integration for the non-scoped version of HR provides a scheduled script to run the data import. If it is not available on your instance, create one with this configuration.Customize the data retrieval script include in non-scoped HRYou can modify the default script includes to get additional data from Workday, in the non-scoped version of HR.Add information to the HR profile table in non-scoped HRThe Worker object from which you obtain employee data provides additional information that you can save to the HR Profile table, in the non-scoped version of HR. Modify the import schedule in non-scoped HRYou can modify the import schedule, or run on-demand imports from the import script, in the non-scoped version of HR.
HR Workday Integration Non-Scoped HR Workday Integration Non-Scoped synchronizes employee profile information between the non-scoped version of HR Service Delivery and Workday. You need a Workday account with administrative privileges to configure the Workday integration. The instance supports Workday API version 24.1. How Workday integration works Workday is the primary source of all employee data. After you put employee information in Workday and enable the integration on the instance, the instance uses SOAP web services to pull data from Workday on a regular basis. The data is then populated in the HR Profile [hr_profile], Job Profiles [hr_job_profile], Department [cmn_department], and Location [cmn_location] tables. The data taken from Workday is contained in the Worker object. By default, the integration pulls the following data from the Worker object. Employee information, such as user name, first and last name, and email addresses Location Department Job profile In the Workday integration transform maps, you can view the information that is pulled from the Workday record and the corresponding fields that are populated in the HR profile. For each Workday transform map, the source and target tables are listed and you can view the scripts that are run. When the integration script is processed, all HR profiles are created and activated, even if all data is not present. If a mandatory field is not populated during the import, it must be filled in the next time the record is updated. The integration also supports automatic record updates based on future dates for events such as employee onboarding, offboarding, transfers, or promotions. For example, after you add information in Workday for a new employee who starts work in a week, the instance retrieves the employee data at the scheduled pull and creates the user and HR records but does not activate the records until the onboard date. Offboarding works in a similar manner. When you set a termination date for an employee in Workday, the system automatically inactivates the user profile and HR record for the employee on the day after the termination date. Synchronizing HR profile information with Workday Workday integration can synchronize, or push, updates to specific fields that are made in the HR profile. The push runs after the updated information is pulled from Workday. The fields that are pushed include first names, middle names, last names, address, phone numbers (up to 4), email addresses (work and personal), and prefixes. This synchronization helps maintain the status of contingent workers, such as contractors or temporary employees. This status is defined in the employee's Workday record, and is maintained based on the employee type assigned in the HR profile. If the contingent worker's status changes in Workday, for example, changed to permanent status, the HR profile is updated the next time the integration script runs. If you have defined custom contingent employment types in Workday, you must add them to the workday script include as shown below. The contingent employment types listed are those that Workday provides as a default. // Contingent Worker Employment Type workday.CONTINGENT_EMPLOYMENT_TYPE=['Consultant','Contractor','Vendor']; Set up HR Workday Integration Non-ScopedYou must subscribe to the non-scoped version of the Workday integration, and then configure it to synchronize employee profile information.Configure a scheduled script to run the import in non-scoped HRThe Workday integration for the non-scoped version of HR provides a scheduled script to run the data import. If it is not available on your instance, create one with this configuration.Customize the data retrieval script include in non-scoped HRYou can modify the default script includes to get additional data from Workday, in the non-scoped version of HR.Add information to the HR profile table in non-scoped HRThe Worker object from which you obtain employee data provides additional information that you can save to the HR Profile table, in the non-scoped version of HR. Modify the import schedule in non-scoped HRYou can modify the import schedule, or run on-demand imports from the import script, in the non-scoped version of HR.