Include Page | ||||
---|---|---|---|---|
|
Info |
---|
Zilla recommends using an Integration System User (ISU) in Workday to sync the application with the Zilla instance. The ISU needs access to Get_Workers and Get_Locations SOAP requests. |
Info |
---|
To get user data from Workday, the following information is required for your Workday account: Host Name, Tenant Name, Username and Password. |
To obtain the Workday Host Name and Tenant Name:
Log in to the Workday sandbox or production instance.
Search for Public Web Service in the search box.
Select Public Web
...
Services from the search results.
Under Actions, click the Web Services list and select View WSDL.
The WSDL file is opened for viewing.
Scroll down to the end to find the hostname value assigned to the
location
element. For example:
Code Block |
---|
location=ā€¯https://hostname/ccx/....) |
...
6. Copy and save the Workday hostname value from the location
element for a future step. For From the example:
Code Block |
---|
wd5wd2-impl-services1.workday.com |
To obtain the Tenant Name from the sandbox:
...
Log in to the Workday sandbox.
...
7. Copy and save the Workday tenant name from the location
element for a future step. From the example:
Code Block |
---|
hired_dpt1 |
To create an Integration System User (ISU):
In your Workday portal, log into the Workday tenant.
In the Search field, type Create Integration System User.
Select the Create Integration System User task.
On the Create Integration System User page, in the Account Information section, complete the following fields: User Name, New Password and New Password Verify.
Click
OK
.
Info |
---|
Add this user to the list of System Users to make sure the password does not expire. |
Add this Integration System User to a Security Group
In the Search field, type Create Security Group.
Select the Create Security Group task.
On the Create Security Group page, from the Type of Tenanted Security Group pull-down menu, select Integration System Security Group.
In the Name field, enter a name.
Click
OK
.On the Edit Integration System Security Group (Unconstrained) page, in the Name field, enter the same name you entered when creating the ISU in the first section.
Click
OK
.
In the Security Group, you will need to edit the Domain Security Policy Permissions and add the following GET operations:
Workday Accounts
Worker Data Public Worker Reports
Person Data Work Contact Information
Worker Data Current Staffing Information
Worker Data All Positions
Worker Data Business Title on Worker Profile
Manage: Location
Job Information
Worker Data: Current Job Profile Information
Now, In the search bar, type "Activate Pending Security Policy Changes" to view a summary of the changes in the security policy that needs to be approved. After reviewing policies, approve the pending security policy changes in order to activate them.
Setup Workday Application Integration on Zilla
...
Enable API Integration. Find the Host Name , and Tenant Name , Username and Password of your Workday account obtained above and enter them into the text boxes and click . For Username and Password, Zilla recommends the ISU credentials be used. Click Next
.
...
Click Next
and the sync will begin.
...