Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

  1. Log in to the Workday tenant.

  2. In the Search field, type View custom report.

  3. On the View Custom Report screen, click My Reports.

  4. Select the report you want to view. Click OK.

  5. On the View Custom Report page, click Actions > Web Service > View URLs. Make sure Report is Web Service enabled. Edit Report, Go to Advanced Tab, Check “Enable as Web Service” option.

  6. Click OK.

  7. For REST, on the View URLs Web Service page, in the JSON section, right-click JSON, then Copy URL. The URL format will be something like below:

    https://wd2-impl-services1.workday.com/ccx/service/customreport2/mytenant/reportuser/reportnamereport_owner_username/report_name?format=json&Last_Updated=2023-10-01&Department=Sales

Use the above highlighted information output from the report to map fields in the trigger mapping configuration fieldsection. The reportuser and reportname combination should be provided in the “report_name” property. Filter Report filter values can also be setup as shown below.

Code Block
report_name:reportuser/reportnamereport_owner_username/report_name
filter:Last_Updated={last_successful_date_time}
filter:Current_Time={current_date_time}
filter:Department=Sales
key:WorkerID=customfield_10128
map:Worker=customfield_10122
map:Title=customfield_10123
map:Cost_Center[0].Reference_ID=customfield_10010

...

Code Block
API Endpoint URL = https://27af8c7f-d27f-457a-9616-026b70d2717f.mock.pstmn.io/ccx/service/<contact us at support@onwardb.com>
API version = v40.1
Tenant name = <contact us at support@onwardb.com>
Username = <contact us at support@onwardb.com>
Password = <contact us at support@onwardb.com>

...