Example: Run the Extract Organization Data for a Worker Sample Assembly
Workday enables you to categorize workers into groups using organization types. This example demonstrates how to run an integration that extracts the organization type and employee id values of a worker from Workday.
Security: These domains in the Integration functional area:
- Integration Build
- Integration Configure
- Integration Event
- On the Studio toolbar, select .
- On theProject Nameswindow, clickFinish.
- On theProject Explorerview, expand theOrgDataForWorkerForOrgTypefolder and double-click theAssemblyfolder.
- On the Assembly Editor toolbar, clickShow annotations.
- On theCloud Explorerview, clickConnection Details.
- Select theSandboxenvironment and enter these values on theConnectionswindow:
Option Description TenantThe name of your tenant.UsernameThe username credentials for your tenant.PasswordThe password credentials for your tenant. - ClickApply and Close.
- On theProject Explorerview, right-click theOrgDataForWorkerForOrgTypefolder and selectDeploy to Workday.
- On theDeploy to Workdaywindow, select theSandboxenvironment. ClickFinish.
- On theCloud Explorerview, expand these nodes: .
- Right-click theStartGetOrgForOrgTypeintegration node and selectLaunch Integration.
- On theLaunch Integrationwindow, navigate to theLaunch Parameterssection.
- On theOrgTypefield, clickSelect literal values.
- On theSelect Class Report Fieldwindow, clickNext.
- On theCRFwindow, select an organization type. As you complete the task, consider:
Option Description NameThe name of the organization type.WIDThe Workday ID of the organization type. - ClickFinish.
- On theEmployeeIDfield, clickSelect literal values.
- On theSelect Class Report Fieldwindow, clickNext.
- On theCRFwindow, select an employee. As you complete the task, consider:
Option Description NameThe name of the employee.WIDThe Workday ID of the employee. - ClickFinish.
- ClickLaunch.
- On theProcess Monitorview, right-click your integration.
- SelectShow Details View.
- On theProcess Detailsview, expand theOrgTypeandEmployeeIDlaunch parameter fields.
Studio displays the organization type and employee id values of the worker on the
Process Details
view.