Skip to content

Commit fd2fea6

Browse files
authored
Removes directional terms for non-linear rendering.
1 parent 829cf8e commit fd2fea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/app-provisioning/workday-retrieve-pronoun-information.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Workday introduced the ability for workers to [display pronoun information](http
2626
>Links to certain Workday community notes and documents in this article require Workday community account credentials. Please check with your Workday administrator or partner to get the required access.
2727
2828
## Enabling pronoun data in Workday
29-
This section describes the steps required to enable pronoun data in Workday. We recommend engaging your Workday administrator to complete the steps listed below.
29+
This section describes the steps required to enable pronoun data in Workday. We recommend engaging your Workday administrator to complete the steps listed.
3030
1. Ensure that pronoun display and sharing preferences are enabled as per Workday guidelines. Refer to the Workday documents:
3131
- [Steps: Set Up Gender Pronouns to Display on a Worker Profile * Human Capital Management * Reader * Administrator Guide (workday.com)](https://doc.workday.com/r/gJQvxHUyQOZv_31Vknf~3w/7gZPvVfbRhLiPissprv6lQ)
3232
- [Steps: Set Up Public Profile Preferences * Human Capital Management * Reader * Administrator Guide (workday.com)](https://doc.workday.com/r/gJQvxHUyQOZv_31Vknf~3w/FuENV1VTRTHWo_h93KIjJA)
@@ -63,7 +63,7 @@ To retrieve pronouns from Workday, you'll need to update your Azure AD provision
6363
6464
1. Sign-in to Azure portal as administrator.
6565
1. Open your *Workday to AD User provisioning* app OR *Workday to Azure AD User provisioning* app.
66-
1. In the **Admin Credentials** section, update the **Tenant URL** to include the Workday Web Service version v38.1 as shown below.
66+
1. In the **Admin Credentials** section, update the **Tenant URL** to include the Workday Web Service version v38.1 as shown.
6767
6868
>[!div class="mx-imgBorder"]
6969
>![Screenshot of Azure portal provisioning app with Workday version.](./media/workday-pronoun-data/update-workday-version.png)
@@ -76,7 +76,7 @@ To retrieve pronouns from Workday, you'll need to update your Azure AD provision
7676
7777
1. Save your changes.
7878
1. You can now add a new attribute mapping to flow the Workday attribute **PreferredPronoun** to any attribute in AD/Azure AD.
79-
1. If you want to incorporate pronoun information as part of display name, you can update the attribute mapping for displayName attribute to use the below expression.
79+
1. If you want to incorporate pronoun information as part of display name, you can update the attribute mapping for displayName attribute to use the expression.
8080
8181
`Switch([PreferredPronoun], Join("", [PreferredNameData], " (", [PreferredPronoun], ")"), "", [PreferredNameData])`
8282

0 commit comments

Comments
 (0)