Click or drag to resize

TimeSlicePreModelLaborLevel5 Property

Gets or sets the labor level for a time entry

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

Property Value

String
Remarks
This value represent the labor level or cost center at LaborLevel(N) where N can be 1-15 (i.e. LaborLevel1, LaborLevel15). There are currently a maximum of 15 different labor level slots availble. The value that should be set on this field is a valid GetLaborLevelDetailModel.ID key value expressed as a string (e.g. 15 should be sent in as "15"). Use the GetLaborLevelDetail(GetLaborLevelDetailIn) endpoint to find the correct LLDetailID.

Note  Note
Setup:
Configuration > Labor Levels > Define (Labor Levels GetLaborLevelModel)
Configuration > Labor Levels > Setup (Labor Levels Details GetLaborLevelDetailModel)

Business Rules:
Labor levels are used to create a structure for labor distribution, job costing and reporting. Labor Levels track where employees spend their time. Employees are only able to clock into the labor levels to which they are assigned. Labor levels (GetLaborLevelModel) are merely group containers for labor level details (GetLaborLevelDetailModel); basically a LLDetail is a child element of GetLaborLevelDetailModel.
Caution note  Caution
Note that the LaborLevel(N) value also correlates to a specific GetLaborLevelModel, where the N portion is identifiable by the GetLaborLevelModel.OrdinalPosition value. Therefore it is very important that the value set for any LaborLevel(N) value is a direct GetLaborLevelDetailModel child of the GetLaborLevelModel.
Example
23, 56, 497
See Also