Skip to content

Commit 2fedd00

Browse files
authored
Fix Workday Attribute Name Typos
Fixing the attribute names in the example to match their actual name in Workday. It was correct in the table below the edits.
1 parent 226eba3 commit 2fedd00

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)