Skip to content

Commit 5477745

Browse files
authored
Merge pull request #96585 from adreys/patch-1
Fixing samAccountName mapping expression
2 parents 0229d37 + 925a454 commit 5477745

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
@@ -387,7 +387,7 @@ In this section, you will configure how user data flows from Workday to Active D
387387
| **WorkerID** | EmployeeID | **Yes** | Written on create only |
388388
| **PreferredNameData** | cn | | Written on create only |
389389
| **SelectUniqueValue( Join("\@", Join(".", \[FirstName\], \[LastName\]), "contoso.com"), Join("\@", Join(".", Mid(\[FirstName\], 1, 1), \[LastName\]), "contoso.com"), Join("\@", Join(".", Mid(\[FirstName\], 1, 2), \[LastName\]), "contoso.com"))** | userPrincipalName | | Written on create only
390-
| `Replace(Mid(Replace(\[UserID\], , "(\[\\\\/\\\\\\\\\\\\\[\\\\\]\\\\:\\\\;\\\\\|\\\\=\\\\,\\\\+\\\\\*\\\\?\\\\<\\\\>\])", , "", , ), 1, 20), , "([\\\\.)\*\$](file:///\\.)*$)", , "", , )` | sAMAccountName | | Written on create only |
390+
| `Replace(Mid(Replace([UserID], , "([\\/\\\\\\[\\]\\:\\;\\|\\=\\,\\+\\*\\?\\<\\>])", , "", , ), 1, 20), , "(\\.)*$", , "", , )` | sAMAccountName | | Written on create only |
391391
| **Switch(\[Active\], , "0", "True", "1", "False")** | accountDisabled | | Create + update |
392392
| **FirstName** | givenName | | Create + update |
393393
| **LastName** | sn | | Create + update |

0 commit comments

Comments
 (0)