-
Notifications
You must be signed in to change notification settings - Fork 8
[INT-7705] ATS Workday RAAS T2 Do updated for ISU Auth steps #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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" | ||
| /> | ||
| </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" | ||
|
||
| /> | ||
| </Frame> | ||
|
|
||
| Click `OK` to create the user. | ||
| </Step> | ||
| </Steps> | ||
|
|
||
|
|
||
| ## Access Report Designer | ||
|
|
||
| <Steps> | ||
|
|
||
There was a problem hiding this comment.
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.