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
All users will automatically have their manager attribute set based on their manager in UKG
Automatically map the Manager based on their supervisor in UKG for all employees in [source-object] :
WHEN Employment.OrgLevel1Code == "123456"
WHEN Employment.Department == "Finance"
THEN Auto
If the user is in [source-object] , then automatically set their manager attribute based on their manager in UKG.
Comments
0 comments
Please sign in to leave a comment.