Problem
An employee in UKG who is set as a manager may only have terminated employees reporting to them. Therefore, they are considered a manager, even though all of their direct reports are terminated. We need a method to identify "true" managers or managers who have at least one active employee reporting to them.
Solution
The Active Direct Reports property can be used to identify managers based on active direct reports.
This property is often used in group mappings where you want to identify users who are managers and, if they are, then add them to a group called, for example, "Managers"
Implementing it only requires adding the following expression within the "Managers" group mapping in Connect to AD:
Employment.ActiveDirectReports > 0 || Employment.OnLeaveDirectReports > 0
Summary
By referencing the Active Direct Reports property, you get a reliable way to identify true managers.
Comments
0 comments
Please sign in to leave a comment.