Click or drag to resize

WSLaborLevel Class

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

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

The WSLaborLevel type exposes the following members.

Methods
 NameDescription
Public methodLaborLevelGetAll**OBSOLETE** See V2 GetLaborLevel(GetLaborLevelIn)
Top
Remarks
Note  Note
Setup:
Configuration > Labor Levels > Define
Business Rules:
Labor levels are used to create a structure for labor distribution, job costing and reporting. The individual labor levels, such as Department or Job are defined below. Labor levels (LaborLevelModel) are merely group containers for labor level details (LaborLevelDetailModel).
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. Below are the base values that come pre-setup with every time-web system. Direct access to setting these values must be done in the time web services user interface.

Base Labor Level Values

  • Division
  • Location
  • Department
  • Job
See Also