Click or drag to resize

GetUserLaborLevelModelHierarchyLaborLevelDetails Property

A structurer that represents the labor levels that are assigned to a given user by labor level hierarchy.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<UserHierarchyLaborLevelDetails> HierarchyLaborLevelDetails { get; set; }

Property Value

ListUserHierarchyLaborLevelDetails
Remarks
A structure that represents the labor levels that are assigned to a given user by labor level hierarchy. This structure represents the combination of assigned user labor levels based on the labor level hierarchy structure.

Caution note  Caution
This hierarchy structure will only return data when these conditions are met.
  1. The EnableHierarchyData input property is set to true (is true by default).
  2. Enable Labor Level Hierarchy check-box is checked from Configuration > General Configuration
  3. The hierarchy tree is setup from Configuration > General Configuration > Labor Level Hierarchy
  4. The EffectiveDate is correctly matched up with the labor-level-detail settings
Note  Note
The UserHierarchyLaborLevelDetails structure will only return a combination of what is in the labor-level-hierarchy organizational tree and what labor-levels are assigned to an employee. So if the labor-level is not in the hierarchy tree then it will not show up in the HierarchicalLaborLevelsDetails structure.

Setup:
Manager > Employees > Labor Levels
Configuration > Labor Levels > Labor Level Hierarchy
Example
See Also