Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Include Page
API Header
API Header
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:

  1. Log in to the Workday sandbox or production instance.

  2. Search for Public Web Service in the search box.

    Image Added
  3. Select Public Web

...

  1. Services from the search results.

  2. Under Actions, click the Web Services list and select View WSDL.

    The WSDL file is opened for viewing.

    Image Added
  3. 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):

  1. In your Workday portal, log into the Workday tenant.

  2. In the Search field, type Create Integration System User.

    Image Added
  3. Select the Create Integration System User task.

  4. On the Create Integration System User page, in the Account Information section, complete the following fields: User Name, New Password and New Password Verify.

    Image Added
  5. 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

  1. In the Search field, type Create Security Group.

    Image Added
  2. Select the Create Security Group task.

  3. On the Create Security Group page, from the Type of Tenanted Security Group pull-down menu, select Integration System Security Group.

    Image Added
  4. In the Name field, enter a name.

    Image Added
  5. Click OK.

  6. 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.

    Image Added
  7. 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.

...