Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions integration-configuration-concepts/ats/workday-raas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,43 @@ import IntegrationFooter from "/snippets/integration-footer.mdx";
This guidance assumes that you have admin privileges for your Workday account.
</Warning>


## Set up an Integration System User

<Warning>
Setting up an **Integration System User (ISU)** is recommended but optional. You can use an existing Workday user account with appropriate permissions instead.
The key requirement is having valid credentials **(username and password)** with access to create and manage custom reports.
</Warning>

<Steps>
<Step title="Search for Create Integration System User">
Search and navigate to the `Create Integration System User` task.
<Frame>
<img
className="rounded-md"
style={{ margin:"0 auto",border:"1px solid #efefef" }}
alt="Create Integration System User"
src="/images/workday-wql/image5.png"

Copilot AI Nov 10, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image path uses 'workday-wql' directory, but all other images in this file use 'workday-raas' directory. This inconsistency will likely result in a broken image reference. The path should be '/images/workday-raas/image5.png' or a unique filename to avoid conflicts with the existing image5.png on line 151.

Suggested change
src="/images/workday-wql/image5.png"
src="/images/workday-raas/image5-isu.png"

Copilot uses AI. Check for mistakes.
/>
</Frame>
</Step>

<Step title="Enter account information">
Enter a username and password in the Account Information section.
<Frame>
<img
className="rounded-md"
style={{ margin:"0 auto",border:"1px solid #efefef" }}
alt="Account Information"
src="/images/workday-wql/image6.png"

Copilot AI Nov 10, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image path uses 'workday-wql' directory, but all other images in this file use 'workday-raas' directory. This inconsistency will likely result in a broken image reference. Additionally, line 165 already uses 'image6.png' for a different section. Consider using '/images/workday-raas/' directory with unique filenames like 'image7.png' and 'image8.png'.

Copilot uses AI. Check for mistakes.
/>
</Frame>

Click `OK` to create the user.
</Step>
</Steps>


## Access Report Designer

<Steps>
Expand Down