Skip to content

Commit 47277ff

Browse files
authored
Merge pull request #103770 from twimmers/patch-8
Updated example Switch statement syntax
2 parents f1301ea + ff9b817 commit 47277ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/saas-apps/workday-inbound-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ In this section, you will configure how user data flows from Workday to Active D
573573
| **Fax** | facsimileTelephoneNumber | | Create + update |
574574
| **Mobile** | mobile | | Create + update |
575575
| **LocalReference** | preferredLanguage | | Create + update |
576-
| **Switch(\[Municipality\], "OU=Standard Users,OU=Users,OU=Default,OU=Locations,DC=contoso,DC=com", "Dallas", "OU=Standard Users,OU=Users,OU=Dallas,OU=Locations,DC=contoso,DC=com", "Austin", "OU=Standard Users,OU=Users,OU=Austin,OU=Locations,DC=contoso,DC=com", "Seattle", "OU=Standard Users,OU=Users,OU=Seattle,OU=Locations,DC=contoso,DC=com", London", "OU=Standard Users,OU=Users,OU=London,OU=Locations,DC=contoso,DC=com")** | parentDistinguishedName | | Create + update |
576+
| **Switch(\[Municipality\], "OU=Standard Users,OU=Users,OU=Default,OU=Locations,DC=contoso,DC=com", "Dallas", "OU=Standard Users,OU=Users,OU=Dallas,OU=Locations,DC=contoso,DC=com", "Austin", "OU=Standard Users,OU=Users,OU=Austin,OU=Locations,DC=contoso,DC=com", "Seattle", "OU=Standard Users,OU=Users,OU=Seattle,OU=Locations,DC=contoso,DC=com", "London", "OU=Standard Users,OU=Users,OU=London,OU=Locations,DC=contoso,DC=com")** | parentDistinguishedName | | Create + update |
577577

578578
Once your attribute mapping configuration is complete, you can now [enable and launch the user provisioning service](#enable-and-launch-user-provisioning).
579579

0 commit comments

Comments
 (0)