Configure the Manager designation in user profiles
When you map manager data in the Profiles database, we can mark manager profiles and also create report-to chains.
Each profile contains a manager_uid field which stores the uid value of that person's manager. This information is used to build the Reports To display widget in the Profiles user interface. For information about the manager_uid field, see Map fields.
Additionally, the isManager field (which equates to the Mark manager mapping task in the Profiles population wizard) is used to mark the user profile as being a manager. This information is used to build the People Managed display widget in the Profiles user interface. A Y or N attribute is assigned to an employee to indicate whether the employee is listed as a manager of other employees.
We can set the isManager field as described in the Map fields.(using either 1:1 mapping or function mapping) or by running the Mark managers task (using the population wizard or by running the mark_managers.bat or mark_managers.sh script). For more information about these options see Profiles population wizard and Populate peopledb.
If we are setting the ismanager field using a 1:1 mapping, ensure specified how to set the field in the map_dbrepos_from_source.properties file. For example, if the LDAP has an ismanager field set to a value of Y or N, the map_dbrepos_from_source.properties file could specify the following property:
PROF_IS_MANAGER=ismanager
If the manager information is supplied directly from the source, the Mark managers task is not necessary.
The Mark managers task will iterate through the profiles, and see if that particular profile is referenced as the manager for any other profiles. If yes, it will mark that profile as a manager. If that profile is not referenced as anyone else's manager, it will be marked as not a manager.
For information about configuring the display of the Reports To and People Managed widgets for your organization, see Configure the reporting structure feature.
Parent topic:
Populate the Profiles database
Related: