100% found this document useful (1 vote)
228 views3 pages

Studio Running Notes

Workday Studio is a complex integration tool that allows for API data calls, custom report merging, and PDF document design through BIRT. It uses a local Project Explorer workspace for development and the Cloud Explorer to deploy to Workday. Studio has no data limits unlike the EIB, which has limits of 300MB inbound and 1GB outbound. Training will cover functional classes, security, core HCM, and real-time Studio and BIRT videos.

Uploaded by

Haritha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
228 views3 pages

Studio Running Notes

Workday Studio is a complex integration tool that allows for API data calls, custom report merging, and PDF document design through BIRT. It uses a local Project Explorer workspace for development and the Cloud Explorer to deploy to Workday. Studio has no data limits unlike the EIB, which has limits of 300MB inbound and 1GB outbound. Training will cover functional classes, security, core HCM, and real-time Studio and BIRT videos.

Uploaded by

Haritha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Workday Studio - Complex Integration Tool

40 days access

EIB limitastaions -
EIB Inbound ---> 300 MB
EIB outbound ---> 1 GB

Workday Studio Usages -


1. No data limitastions
2. Using API's Data calling
3. Offer letter Design or company's any PDF formats design with workday studio
(BIRT)
4. you can merge 2 custom reports(Adavnced)
5. Complex valdations
6. Multiple Files process
7. Multiple Delivery

Project Explorer - This is a local work space, it it used for create a new studio
project as well as Edit the existing project

Cloud Explorer - This ia a Tenant work space or connection, it is used to see the
list of studio projects are avaliable in workday tenant level

Install Studio - Done


Connect Studio - Done
Create and Modify studio program in Project explorer (Local Work Space)
Deploy to Workday (Cloud Explorer)
All properties of studio
How to take backup
1.Studio level with export option
2. view cloud collection ( download clar file directly)

lp.getsimpledata('name')

lp.getsimpledata('Date')

lp.getdata('Employee')

Hellooolllllll @{lp.getSimpleData('name')}

Hellooolllllll Ramu

If you want to print variable into Text - we should use below MVEL expression
syntax

@{} - MVEL Expression standard syntax

@{lp.getsimpledata('name')}

https://wd5-impl-https://wd5-impl-
services1.workday.com/ccx/service/customreport2/abbott_gms1/Gjr/Test_31_Studio_Outb
ound

https://wd5-impl-
services1.workday.com/ccx/service/customreport2/abbott_gms1/Gjr/Test_31_Studio_Outb

This study source was downloaded by 100000849371369 from CourseHero.com on 07-30-2022 00:34:33 GMT -05:00

https://www.coursehero.com/file/111921178/Studio-Running-Notestxt/
ound?format=simplexml

@{intsys.reportService.getExtrapath('Test_28_Studio_outbound')}

SOAP Request - Request message created and excute with endpoints to get the
response
example - workday webservices - getworkers,getloactions...ect

REST - Based on URL access we will get the data


example - reports are rest opeartions

Rass Report - If custom report enable as webservice, we can call it as rass report
service

Studio Log File Syntaxs -

props['p.success.log'] = new java.lang.StringBuffer();

props['p.error.log'] = new java.lang.StringBuffer();

props['p.success.log'].append(props['a'] + ',' + props['b'] + ',' + props['c'] +


',' + props['d'] + ' , One time Loaded Successfully. ' + '\r\n')

@{props['p.success.log'].toString()}

props['p.error.log'].append(props['a'] + ',' + props['b'] + ',' + props['c'] + ','


+ props['d'] + ',' + context.errorMessage + ' , One time request failed. ' +
'\r\n')

@{props['p.error.log'].toString()}

props['p.error.log'].append(props['a'] + ',' + props['b'] + ',' + props['c'] + ','


+ props['d'] + ',' + context.errorMessage + ' , One time request failed. ' +
'\r\n')

@{props['a']}

BIRT --> It is using for company authrozied documents like - HR Letter, Offer
letter, Check Print, Hike Letter ...etc

Report Template will migrate to workday via Business form layout

View Business Form Layout - Here we can see the list of all workday custom business
form layouts(BIRT)

View Delivered Business Form Layout - Workday delivered Business Form layouts(BIRT)

Saturday - 7PM to 9PM

This study source was downloaded by 100000849371369 from CourseHero.com on 07-30-2022 00:34:33 GMT -05:00

https://www.coursehero.com/file/111921178/Studio-Running-Notestxt/
Sunday - 7PM to 9PM

Regarding Functional Classes:-

1. custom object

2. BP

3. Security

4. Core HCM

5. Absence

6. Benefits

I will also share Real time class vidoes + All Docs will share Google drive

PICOFF and PECI

studio inbound and BIRT


Same 7pm to 9Pm

This study source was downloaded by 100000849371369 from CourseHero.com on 07-30-2022 00:34:33 GMT -05:00

https://www.coursehero.com/file/111921178/Studio-Running-Notestxt/
Powered by TCPDF (www.tcpdf.org)

You might also like