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/report_owner_username/report_name?format=json&Last_Updated=2023-10-01&Department=Sales

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

...

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>

...