Workday configuration for skill details report

  • Release version: Zurich
  • Updated January 7, 2026
  • 1 minute to read
  • Extract skills (maintained skills and skill cloud skills) details from Workday based on time duration by creating the skill details report.

    Before you begin

    Role required: User with access to report creation and the Maintained Skills and Skills Cloud Skills data source.

    • Create all calculated fields for this report before developing the report, so that all fields are available when you create the report.
    • While creating the report, ensure that the report name, report field names or column heading override for the respective field (if given in report document) is same as it is in report document.

      Report field label should be same as in report doc. Else, the developed action will fail.

    • While creating filter, ensure that you add parenthesis on filter.
    • All reports must be owned by the ISU user which will be used for accessing these actions on the ServiceNow platform.
    • In the Advanced section, Enable as webservice option should be selected.

    Procedure

    1. Access the Create Custom Report task.
    2. Provide the report name such as, CR_Skills_details.
    3. Select report type as Advanced.
    4. Clear the Optimized for performance option.
    5. Select Data Source as Maintained Skills and Skills Cloud Skills.
    6. Do not select the Temporary report option and click OK.
    7. Select the report business object and report fields.

    8. In Filter section, select the value.

      Ensure to add parenthesis.

    9. In Prompts section, select the Populate Undefined Prompt Defaults option.
    10. Select the value of prompts under Prompt default section.

      Make sure the Label For Prompt XML Alias of all prompt fields must be same as shown below.

    11. In Advanced section, select Enable as webservice option and click OK.
    12. Click on three dots icon and navigate to Web Services > View URLs option once report configuration is done.
    13. Select the time duration for which you want to extract the data and click OK.
    14. In View URLs Web Service page, click the marked icon under the CSV section.

      A new browser tab is opened.

    15. Review the RaaS URL of the report displayed in the new browser tab.

      You can obtain these details from the link.

      • https://wd2-impl-services1.workday.com is the base URL of customer's workday tenant.
      • Tenant_Name is the customer's workday tenant.
      • Report_Owner_user_name represents user name of the report's owner.
      • CR_Skills_details represents the report name.