Skip to content

Commit 1d9f9e2

Browse files
authored
Merge pull request #108580 from bdesmond/patch-4
Fix Workday Attribute Name Typos
2 parents 226eba3 + 2fedd00 commit 1d9f9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/governance/how-to-lifecycle-workflow-sync-attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ For more information on expressions, see [Reference for writing expressions for
5252

5353
The expression examples above use endDate for SAP and StatusHireDate for Workday. However, you may opt to use different attributes.
5454

55-
For example, you might use StatusContinuesFirstDayOfWork instead of StatusHireDate for Workday. In this instance your expression would be:
55+
For example, you might use StatusContinuousFirstDayOfWork instead of StatusHireDate for Workday. In this instance your expression would be:
5656

57-
`FormatDateTime([StatusContinuesFirstDayOfWork], , "yyyy-MM-ddzzz", "yyyyMMddHHmmss.fZ")`
57+
`FormatDateTime([StatusContinuousFirstDayOfWork], , "yyyy-MM-ddzzz", "yyyyMMddHHmmss.fZ")`
5858

5959

6060
The following table has a list of suggested attributes and their scenario recommendations.

0 commit comments

Comments
 (0)