Auto is a constant that can only be used with the Manager mapping to specify that you want the Manager to be automatically updated based on the employee's supervisor in UKG.
Auto can be used in both simple and conditional expressions.
Here are a few examples of Auto being used.
Automatically map the Manager based on their supervisor in UKG for all employees:
Auto
Automatically map the Manager based on their supervisor in UKG for all employees in [source-object] :
WHEN Employment.OrgLevel1Code == "123456"
WHEN Employment.OrgLevel1Code == "123456"
WHEN Employment.Department == "Finance"
THEN Auto
AutoWithClear Constant
The AutoWithClear constant behaves like Auto, setting the Manager based on the UKG supervisor. However, if the new UKG manager isn’t found in Active Directory, the manager field will be cleared (set to null) instead of remaining unchanged.
Like Auto it can be used in both simple and conditional expressions.
AutoWithClear
All users will automatically have their manager attribute set based on their manager in UKG. In case the manager changes and no user record is found in AD, the manager attribute gets cleared.
Automatically map the Manager based on their supervisor in UKG for all employees in [source-object] :
WHEN Employment.OrgLevel1Code == "123456"
WHEN Employment.OrgLevel1Code == "123456"
WHEN Employment.Department == "Finance"
THEN AutoWithClear
Comments
0 comments
Please sign in to leave a comment.