Click or drag to resize

UserPolicyGroups Structure

A structure that contains the policy groups that an employee belongs to/in.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUserPolicyGroups

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct UserPolicyGroups

The UserPolicyGroups type exposes the following members.

Properties
 NameDescription
Public propertyEmployee Gets a list of the employee groups that this employee belongs to/in.
Public propertyManager Gets a list of the groups that this user is a manager of.
Public propertyPrimary Gets the primary manager group name of this employee.
Top
Remarks
A structure that contains the policy groups that an employee belongs to/in. An employee group is a set of employees that can be used for a number of purposes in the system including reporting and filtering. A 'Managed Group' has a manager assigned to it creating a Manager -to- Employee relationship. Employees can be members of multiple non-managed groups, and one managed 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.
Example
For example code see GetUserDetail(GetUserDetailIn)
See Also