Click or drag to resize

WSLaborLevelDetail Class

Web service class for working with labor levels details.
Inheritance Hierarchy
SystemObject
  AppOne.Web.Service.Services.V1R0BaseService
    AppOne.Web.Service.Services.V1R0.CustomerWSLaborLevelDetail

Namespace: AppOne.Web.Service.Services.V1R0.Customer
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSLaborLevelDetail : BaseService

The WSLaborLevelDetail type exposes the following members.

Methods
Remarks
Note  Note
Setup:
Configuration > Labor Levels > Setup
Business Rules:
Labor levels details are used to add detailed records within labor levels (LaborLevelModel). Default pay rates and charge rates can be assigned to a detail record, as well as a start and end date. Time can not be assigned to a labor level detailed record unless it is within the start/end Date range. Labor level details are the bases for how all time entry data is tracked and tagged.
Caution note  Caution
Labor levels LaborLevelModel and labor level details LaborLevelDetailModel are not the same. 'Labor Level Details' are children of a particular 'Labor Level' and Labor Levels are read-only items that are a fixed system record.
See Also