[INT-7705] ATS Workday RAAS T2 Do updated for ISU Auth steps#316
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new section to the Workday RaaS documentation that provides instructions for setting up an Integration System User (ISU) before configuring custom reports. The new section appears before the existing "Access Report Designer" section.
- Added "Set up an Integration System User" section with step-by-step instructions
- Includes a warning that the ISU setup is optional but recommended
- Provides two steps with accompanying images for creating the user
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| className="rounded-md" | ||
| style={{ margin:"0 auto",border:"1px solid #efefef" }} | ||
| alt="Create Integration System User" | ||
| src="/images/workday-wql/image5.png" |
There was a problem hiding this comment.
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.
| src="/images/workday-wql/image5.png" | |
| src="/images/workday-raas/image5-isu.png" |
| className="rounded-md" | ||
| style={{ margin:"0 auto",border:"1px solid #efefef" }} | ||
| alt="Account Information" | ||
| src="/images/workday-wql/image6.png" |
There was a problem hiding this comment.
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'.
ATS Workday RAAS T2 Do updated for ISU Auth steps
Summary by cubic
Updated the Workday RAAS (T2) documentation to add Integration System User (ISU) authentication steps and clarify credential requirements. This fulfills INT-7705 by providing an optional ISU setup and a simple step-by-step guide with screenshots.
Written for commit 5661617. Summary will update automatically on new commits.