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 above highlighted information the 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.

...