Example: Extract DSN Submissions to Excel (FRA)
This example illustrates how to create an EIB to extract a manual DSN submission to Excel. You can also set up Workday-generated Excel files with the
DSN Deposit (Machine to Machine)
integration. See Example: Set Up the DSN Submission Event Business Process (FRA).You want to extract your monthly DSN submissions to:
- Verify the submission before sending the DSN file to net-entreprises.fr.
- Archive the sent DSNs.
- Create a DSN submission.
- Create a custom XSLT attachment transformation namedDSN Excel Transformation - Custombased on the latest version of theDSN Excel Transformation.xsltfile. You can download theDSN Excel Transformation.xsltfrom Workday Community.
- Security:
- Integrations: EIBs,Integration Event, andIntegration Builddomains in the Integration functional area.
- Process: DSN (Submission) - FRAdomain in the FRA Payroll functional area.
- Your tenant must have a definition for theIntegration Process Eventbusiness process including theInitiationandFire Integrationsteps.
- Access theCreate Web Service Data Sourcetask.
- SelectGet DSN Data (Web Service)from theWeb Service Operationprompt.
- ClickOK.
- From the related actions menu of the data source, select .
- In theRequest XMLfield, enter:<wd:Get_DSN_Data_Request xmlns:wd="urn:com.workday/bsvc"> <wd:Request_References> <wd:DSN_Submission_Reference>%DSN Submission Reference%</wd:DSN_Submission_Reference> </wd:Request_References> <wd:Request_Criteria> <wd:Show_DSN_Structure>1</wd:Show_DSN_Structure> </wd:Request_Criteria> </wd:Get_DSN_Data_Request>
- In theLaunch Parametersgrid, enter these values:NameLaunch Parameter TypeOptionsDSN Submission ReferenceSelectData Type, and then the self-referencing report field,DSN Submission.Required
- Access theCreate EIBtask and enter these values:OptionValueNameDSN Excel ExportOutboundCheckedData Source TypeWeb ServiceWeb ServiceGet DSN Data (Web Service)Transformation TypeCustom TransformationCustom TransformationDSN Excel Transformation - CustomDelivery MethodWorkday Attachment
Workday generates the DSN submission as an XML file, which you can then open in Excel.