Version 2024.1
For details and updates associated with this version of the app, see the App Catalog Changelog.
Deploy Instructions
Create Copy (Recommended)
- Click the “Create Copy” button above.
- To modify app source code:
- Open the app in the Console.
- Click Open in App Builder.
- After making any changes, Save and Deploy.
Manual Deploy (Alternative)
- Install the Workday Extend Plugin for IntelliJ.
- Download and unzip the app source code.
- Open in IntelliJ
- Go to Tools > Workday Extend > Log in to Workday Extend. You will be prompted to login to Workday Developer Site.
- Go to Tools > Workday Extend > Log in to Tenant. You will be prompted to choose your tenant.
- Go to Tools > Workday Extend > Deploy App to Tenant. Select your application.
Create Custom Task (Optional)
- In your tenant, search for the
Create Custom Tasktask. - Fill in the form as outlined below:
Title:Build WQL Query
Application ID:{Your App's Reference ID}(ex: workdayQueryLanguage_abcdef)
Site ID:{Your App's Reference ID}(ex: workdayQueryLanguage_abcdef)
Route Path:/ - Under Business Object:
Business Object:Worker(dropdown)
Selection::No Selection(radio button) - Under Security
Domains:Core Navigation
Testing Mode Only:false(unchecked)
Usage Instructions
- The application lets you build and execute WQL queries and view the results on a single page
- Prompt for a Data Source then prompt for fields from that Data Source, view the resulting WQL query string and hit the
Execute QuerypageActionButton to see the raw results of the WQL call as well as the results of each row in a grid format. You can then modify your WQL query and re-execute as needed without having to refresh the page.