You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guidance assumes that you have admin privileges for your Workday account.
9
+
This guidance assumes you have administrative privileges for your Workday account.
10
10
</Warning>
11
11
12
-
Workday Report as a Service (RaaS) allows you to create custom reports and expose them as web services for integration purposes. This guide will walk you through setting up an Integration System User, creating a custom report, and connecting it through the integration platform.
13
12
14
-
## Set up an Integration System User
13
+
## Set Up an Integration System User (Optional)
15
14
16
15
<Warning>
17
16
Setting up an **Integration System User (ISU)** is recommended but optional. You can use an existing Workday user account with appropriate permissions instead.
18
17
The key requirement is having valid credentials **(username and password)** with access to create and manage custom reports.
19
18
</Warning>
20
19
21
20
<Steps>
22
-
<Steptitle="Search for Create Integration System User">
23
-
Search and navigate to the `Create Integration System User` task.
24
-
21
+
<Steptitle="Go to Create Integration System User">
22
+
Search for and open the `Create Integration System User` task.
Search for "Create Security Group" and select "Integration System Security Group (Unconstrained)" as the type. Enter a name for the security group and add the Integration System User you created earlier.
197
-
</Step>
198
-
199
-
<Steptitle="Set Report Permissions">
200
-
Ensure the Integration System User has access to the custom report:
201
-
202
-
- Navigate to "Maintain Permissions for Security Group"
203
-
- Select your security group
204
-
- Grant **Get Only** access to the custom report
205
-
- Verify the ISU has access to the report's data source
206
-
</Step>
207
-
</Steps>
208
-
209
-
## Approve Security Policy Changes
210
-
211
-
<Steps>
212
-
<Steptitle="Activate Pending Changes">
213
-
In the Search bar, search for "Activate Pending Security Policy Changes". Review the policies that need approval in the summary of the changes in the security policy. Approve the pending security policy changes to activate them.
214
-
</Step>
215
-
</Steps>
216
-
217
-
## Linking your Account
218
115
219
-
Now that you have all the required information, you can link your account.
220
-
221
-
<Steps>
222
-
<Steptitle="Access Integrations">
223
-
Navigate to the Integrations page in your platform.
224
-
</Step>
225
-
226
-
<Steptitle="Find Workday RaaS">
227
-
Search for Workday RaaS in the list of available integrations and click on it.
228
-
</Step>
229
-
230
-
<Steptitle="Enter Connection Details">
231
-
Fill in the required fields with the information you gathered:
232
-
233
-
- **Report URL**: The URL you copied from the custom report
234
-
- **Username**: The Integration System User username
235
-
- **Password**: The Integration System User password
236
-
</Step>
237
-
238
-
<Steptitle="Test and Save">
239
-
Click Test Connection to verify the connection, then click Save to complete the integration.
116
+
<Steptitle="Retrieve the Report URL">
117
+
Open the three‑dot menu, select _Web Service_ > _View URLs_; you will be redirected to the **View URLs Web Service** page.
Right‑click the **Workday XML** link and copy its URL.
122
+
<Frame>
123
+
<imgclassName="rounded-md"style={{ margin:"0 auto",border:"1px solid #efefef" }}alt="Copy Workday XML URL"src="/images/workday-raas/workday_raas_workday_xml_url_page.png" />
124
+
</Frame>
240
125
</Step>
241
126
</Steps>
242
127
243
-
<IntegrationFooter />
244
-
245
-
## Available data
246
-
247
-
This integration provides access to custom report data from Workday. The available data depends on the fields you configured in your custom report and can include:
248
128
249
-
<ul>
250
-
<li>Employee Information</li>
251
-
<li>Job Details</li>
252
-
<li>Compensation Data</li>
253
-
<li>Organizational Information</li>
254
-
<li>Time Off and Leave</li>
255
-
<li>Custom Fields</li>
256
-
</ul>
129
+
## Connecting to StackOne
257
130
258
-
## Troubleshooting
131
+
Use the **ISU Username**, **ISU Password**, and **Report URL** to create a connection.
If you are encountering issues after connecting and calling the unified **List Employees** endpoint, you can visit [Integration Configuration & Concepts guide of Workday RaaS](https://hub.stackone.com/integration-configuration-concepts/hris/workday-raas)
137
+
</Note>
259
138
260
-
<Steps>
261
-
<Steptitle="Authentication Issues">
262
-
If experiencing authentication errors:
263
-
264
-
- Verify security group settings
265
-
- Check that the ISU has access to the report
266
-
- Ensure the username and password are correct
267
-
</Step>
268
-
269
-
<Steptitle="Performance Optimization">
270
-
To improve performance:
271
-
272
-
- Use indexed fields where possible
273
-
- Use filters to limit the data returned
274
-
- Consider scheduling report generation during off-peak hours
0 commit comments