Click or drag to resize

UpdateUserLaborLevelModel Class

This class is the model for updating a users assigned labor-level-detail information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsUpdateUserLaborLevelModel

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

The UpdateUserLaborLevelModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAssignedLaborLevelDetails A structure that represents the labor levels that are assigned to a given user.
Public propertyCode exampleEmpIdentifier The employee identifier that is bound to the labor-level-detail result set.
Top
Remarks
This class is the model for updating a users assigned labor-level-detail information.

Note  Note
Business Rules:
Labor levels are used to create a structure for labor distribution, job costing and reporting. Labor-level-details track where employees spend their time. Employees are only able punch against specific labor-level-details to which they are assigned. Employees can be assigned to home or default labor-level-details by which they can be automatically assigned when accessing specific interfaces. Labor-levels (GetLaborLevelModel) are merely group containers for labor-level-details (GetLaborLevelDetailModel); basically a GetLaborLevelDetailModel is a child element of GetLaborLevelModel.

Setup:
Manager > Employees > Labor Levels
Configuration > Imports > New Employee Defaults
Configuration > Labor Levels > Define (Labor Levels GetLaborLevelModel)
Configuration > Labor Levels > Setup (Labor Levels Details GetLaborLevelDetailModel)
Caution note  Caution
When "Implied Labor Level Hierarchy" is enabled it will change the way in which labor levels are displayed for a given users. See Configuration > Labor Levels Hierarchy (which is enabled from the General Configuration interface).
Example
See Also