Skip to content

Commit ce7855f

Browse files
authored
Merge pull request #28924 from MicrosoftDocs/workday-updates
Update workday.md
2 parents 02bb9b2 + 355d74a commit ce7855f

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

copilot/employee-self-service/workday.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,8 @@ In this article, you learn how to set up the **Microsoft Entra ID Integrated** a
228228
When installing the Workday connector, the first step is to set up connections using the form. Fill out the following fields:
229229

230230
**Microsoft Entra resource URL (Application ID URI)**
231-
This is Microsoft Entra's app registration created for Workday SSO.
231+
This is Microsoft Entra's app registration created for Workday SSO. [Learn how to access app registrations](/entra/identity-platform/quickstart-register-app).
232232

233-
1. Sign into the [Azure portal](https://portal.azure.com)
234-
1. In the search bar, search for **App registrations**.
235233
1. Select **All applications**.
236234
1. Choose the correct application created for Workday SSO.
237235
1. In the **Overview** section, use the **Application ID URI** under the **Essentials** tab.
@@ -266,6 +264,9 @@ Workday report configuration provides the SOAP base URL.
266264
|ISUAccount |PP environment variable |EmployeeContextRequestAccountName |ISU_WQL_COPILOT@< domain >.com |
267265
|ReportName |PP environment variable |EmployeeContextRequestReportName |WD_User_Context |
268266

267+
>[!NOTE]
268+
>[If the ISUAccount name gets encoded in the report XML output, substitute %40 with @ character to make it a qualified UPN.]
269+
269270
>[!IMPORTANT]
270271
>If the custom report name is different from the default name (**WD_User_Context**), follow these steps:
271272
@@ -275,28 +276,34 @@ Workday report configuration provides the SOAP base URL.
275276
1. Select **Objects** > **Employee Self-Service Template Configuration** > **HRWorkdayHCMEmployeeGetContext**.
276277
1. Update the value with the correct name in the **Value** section.
277278

279+
>[!NOTE]
280+
>[The ESS agent uses a new Workday connector, which is not the same as the one published in the Power Platfrom connectors list (Workday HCM - Connectors). The current connector used in the agent is Workday SOAP. Plan for any DLP policies to allowlist this connector in the environment where the agent is being deployed and tested.]
281+
278282
#### Step four: Configure connections
279283

280284
During the Workday Extension Pack installation process, you'll be prompted for the following connection configurations:
281285

282-
|Connection reference name |Connection reference ID |Expected connection |
286+
|Connection reference name |Connection reference ID |Expected connection user account |
283287
|--------------------------|------------------------|--------------------|
284-
|OAuthUser |new_sharedworkdaysoap_ff0df |the signed-in user |
288+
|OAuthUser |new_sharedworkdaysoap_ff0df |Maker/the signed-in user |
285289
|Context Generic User |new_sharedworkdaysoap_d6081 |ISSG_WQL_COPILOT |
286290
|Generic User |new_sharedworkdaysoap_0786a |ISSG_Generic_COPILOT |
287291
|Microsoft Dataverse |msviess_sharedcommondataserviceforapps_92b66 |ISSG_WQL_COPILOT |
288292

293+
Note that all the above user accounts mentioned in the table under "Expected connection user account" should be available in Entra for SSO and use the respective accounts in UPN format (example: `[email protected]`). Ensure that each connection is explicitly set up with its own account even though the connection status turned green after the first connection setup.
294+
289295
#### Step five: Update the environment variables
290296

291297
1. After you install the Workday extension, select **Solutions** in the left navigation in Copilot Studio.
292298
1. A banner on the solutions page prompts you to fill in the environment variables.
293-
1. Update the following environment variables:
299+
1. Update the following environment variables. Refer to the following inputs from the **SOAP Base URL** section.
294300

295301
|Environment variable |Description |
296302
|---------------------|------------|
297-
|EmployeeContextRequestAccountName |Should contain the account that has access to the RaaS report. Reference from connection table: ISUAccount |
298-
|EmployeeContextRequestReportName |Should be the name of the report that contains the required information. Reference from connection table: Report Instance |
299303
|WorkdayWebsiteRedirectMessage |This is the message shown to users in success/failure scenarios for update email/phone number actions |
304+
|EmployeeContextRequestAccountName |Should contain the account that has access to the RaaS report. Reference from connection table: ISUAccount |
305+
|EmployeeContextRequestReportName |should be the name of the report that contains the required information reference from above connection table: ReportName |
306+
|EmployeeContextRequestReportInstanceName |should be the instance name that the report belongs to reference from above connection table: Report Instance |
300307

301308
#### Step 6: Confirm the Workday flows are turned on
302309

0 commit comments

Comments
 (0)