Click or drag to resize

UserPolicyGroupsPrimary Property

Gets the primary manager group name of this employee.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string Primary { get; set; }

Property Value

String
Remarks
Gets the primary manager group name of this employee. An employee can only have one primary manager. When an employee is as assigned to a new manager then a new group is created (see configuration) only if the new manager is not already a primary manager of another group.

Note  Note
Setup:
Manager > Employees > Policies Tab
Configuration > Security > Employee Groups
Note  Note
If 'Management Hierarchy' is enabled, then the manger of each group will automatically have access to all the employees/groups under them on the organizational chart.
See Also