Module 1: Basic Concepts
- What is Workday Studio?
Module 2: Workday Studio Ide Fundamentals
- Workspace
- Project explorer
- Cloud explorer
- Activity 1.1 – connecting to the cloud
- Working area
- Viewing area
- Help
- Deploy studio code
- How to import source code from the cloud explorer
- Terminology used in studio and workday
Module 3: Basic Components In Studio
- WORKDAY-IN TRANSPORT
- CONNECTING COMPONENTS
- SYNCHRONOUS AND ASYNCHRONOUS MEDIATION COMPONENTS
- WRITE STEP
- LOG
- ACTIVITY 1.2 – CREATE A STUDIO BUILD WITH AN INPUT AND LOG THE CONTENTS
- CSV TO XML
- ACTIVITY 1.3 – ADD A CSV TO XML COMPONENT TO THE CSV FILE
- LOCAL-OUT AND LOCAL-IN
- ACTIVITY 1.4 – ADD A LOCAL – OUT AND LOCAL – IN
- SPLITTER
- AGGREGATOR
- ACTIVITY 1.5 – ADDING A SPLITTER
- COPY STEP
- STORE
- ACTIVITY 1.6 –STORING THE INPUT FILE ON THE INTEGRATION EVENT
- PUT INTEGRATION MESSAGE
- ACTIVITY 1.7 –ADDING AN INTEGRATION MESSAGE
- EVAL
- MVEL Functions
- To Look for a Specific Category by Type
- STRING BUFFER
- VALIDATE EXPRESSION
- ROUTE COMPONENT
- MASTER ACTIVITY – GENERATE TWO OUTPUT FILES, EACH FOR MARKS ABOVE 70% AS SUCCESS AND BELOW AS FAILED.
Module 4: Workday Rest API
- REPORT AS A SERVICE (RAAS)
- Activity 2.1 – Creating a Custom Report
- Activity 2.2 – Adding the RaaS REST Call to Studio
- WORKDAY-OUT-REST TRANSPORT
- Steps to Identify the extra path of a report
- Activity 2.3 – Use a Splitter to split the report output
- Activity 2.4 – Access values using props
- XSLT
- XSLT STEP
- Activity 2.5 – Using XSLT in Studio
- Activity 2.6 – Using Param variables in XSLT
- Module 5: Aggregator Component
- Activity 2.7 – Use an Aggregator to merge the files
Module 6: Workday Public Web Service
- WORKDAY STUDIO WEB SERVICE TESTER
- Page and Count Parameters in Response Filter
- Activity 3.1 – Generate a web service request for “Get Workers” operation and test it in Web Service Tester with multiple Response Group
- WORKDAY-OUT-SOAP TRANSPORT
- WRITE STEP
- Activity 3.2 – Use a Splitter to split the csv file and call “Get Workers” Web Service operation.
Module 7: Get Vs Put Web Service Operation
- Sample Web Service Operation To Import Data In Workday – Submit Payroll Input Request
- Deduction/Earning Codes In Workday Tenant
- Activity 3.3 – Call “Submit_Payroll_Input” Web Service Operation Web Service Tester.
- Activity 3.4: Master Activity – Call
- “Submit_Payroll_Input” Web Service Operation From “Payroll” Web Service And Observe The Update In Workday.
Module 8: Inbound Integrations
- REQUIREMENT
- Steps to break down the requirement and identify integration approach.
- Other Considerations
- Best Practices
- Web Services (Integration ID’s and Ref ID)
- RETRIEVAL SERVICE
- Activity 4.1 – Retrieve a file through retrieval service and access it in Studio
- GET EVENT DOCUMENTS
- DOCUMENT ITERATOR
- Activity 4.2 – Use a Document iterator to retrieve multiple files
- INTEGRATION ATTRIBUTE SERVICES
- Simple Type Parameter:
- Reference Type Parameter:
- Enumeration Type Parameter
- Activity 4.3 – Add an Integration Attribute
- INTEGRATION MAP
- MASTER ACTIVITY 4.3 – CREATE AN INBOUND INTEGRATION AND LOAD THE EMPLOYEES LEAVE INFORMATION