You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/governance/how-to-lifecycle-workflow-sync-attributes.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: billmath
7
7
ms.service: active-directory
8
8
ms.workload: identity
9
9
ms.topic: overview
10
-
ms.date: 01/20/2022
10
+
ms.date: 01/25/2023
11
11
ms.subservice: compliance
12
12
ms.author: owinfrey
13
13
ms.collection: M365-identity-device-management
@@ -36,6 +36,7 @@ This document explains how to set up synchronization from on-premises Azure AD C
36
36
37
37
38
38
## Understanding EmployeeHireDate and EmployeeLeaveDateTime formatting
39
+
39
40
The EmployeeHireDate and EmployeeLeaveDateTime contain dates and times that must be formatted in a specific way. This means that you may need to use an expression to convert the value of your source attribute to a format that will be accepted by the EmployeeHireDate or EmployeeLeaveDateTime. The table below outlines the format that is expected and provides an example expression on how to convert the values.
@@ -80,12 +81,12 @@ For more attributes, see the [Workday attribute reference](../app-provisioning/w
80
81
To ensure timing accuracy of scheduled workflows it’s curial to consider:
81
82
82
83
- The time portion of the attribute must be set accordingly, for example the `employeeHireDate` should have a time at the beginning of the day like 1AM or 5AM and the `employeeLeaveDateTime` should have time at the end of the day like 9PM or 11PM
83
-
- Workflow won't run earlier than the time specified in the attribute, however the [tenant schedule (default 3h)](customize-workflow-schedule.md) may delay the workflow run. For instance, if you set the `employeeHireDate` to 8AM but the tenant schedule doesn't run until 9AM, the workflow won't be processed until then. If a new hire is starting at 8AM, you would want to set the time to something like (start time - tenant schedule) to ensure it had run before the employee arrives.
84
+
- The Workflows won't run earlier than the time specified in the attribute, however the [tenant schedule (default 3h)](customize-workflow-schedule.md) may delay the workflow run. For instance, if you set the `employeeHireDate` to 8AM but the tenant schedule doesn't run until 9AM, the workflow won't be processed until then. If a new hire is starting at 8AM, you would want to set the time to something like (start time - tenant schedule) to ensure it had run before the employee arrives.
84
85
- It's recommended, that if you're using temporary access pass (TAP), that you set the maximum lifetime to 24 hours. Doing this will help ensure that the TAP hasn't expired after being sent to an employee who may be in a different timezone. For more information, see [Configure Temporary Access Pass in Azure AD to register Passwordless authentication methods.](../authentication/howto-authentication-temporary-access-pass.md#enable-the-temporary-access-pass-policy)
85
86
- When importing the data, you should understand if and how the source provides time zone information for your users to potentially make adjustments to ensure timing accuracy.
86
87
87
88
88
-
## Create a custom synch rule in Azure AD Connect cloud sync for EmployeeHireDate
89
+
## Create a custom sync rule in Azure AD Connect cloud sync for EmployeeHireDate
89
90
The following steps will guide you through creating a synchronization rule using cloud sync.
90
91
1. In the Azure portal, select **Azure Active Directory**.
91
92
2. Select **Azure AD Connect**.
@@ -105,7 +106,7 @@ To ensure timing accuracy of scheduled workflows it’s curial to consider:
105
106
106
107
For more information on attributes, see [Attribute mapping in Azure AD Connect cloud sync.](../cloud-sync/how-to-attribute-mapping.md)
107
108
108
-
## How to create a custom synch rule in Azure AD Connect for EmployeeHireDate
109
+
## How to create a custom sync rule in Azure AD Connect for EmployeeHireDate
109
110
The following example will walk you through setting up a custom synchronization rule that synchronizes the Active Directory attribute to the employeeHireDate attribute in Azure AD.
110
111
111
112
1. Open a PowerShell window as administrator and run `Set-ADSyncScheduler -SyncCycleEnabled $false` to disable the scheduler.
@@ -146,10 +147,8 @@ The following example will walk you through setting up a custom synchronization
146
147
17. Close the Synchronization Rules Editor
147
148
18. Enable the scheduler again by running `Set-ADSyncScheduler -SyncCycleEnabled $true`.
148
149
149
-
150
-
151
-
152
-
150
+
> [!NOTE]
151
+
> **msDS-cloudExtensionAttribute1** is an example source.
153
152
154
153
For more information, see [How to customize a synchronization rule](../hybrid/how-to-connect-create-custom-sync-rule.md) and [Make a change to the default configuration.](../hybrid/how-to-connect-sync-change-the-configuration.md)
0 commit comments