Click or drag to resize

WSCustomField Class

Web service class for working with CustomField details
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSCustomField

Namespace: AppOne.Services.V2.Methods
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSCustomField : BaseService

The WSCustomField type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetCustomField Returns a GetCustomFieldOut response with a result model List<GetCustomFieldModel>
Top
Remarks
Custom Fields track and report information that does not fit within a standard field. Custom Fields can be a dollar amount, a date, a number or a string. It can also be a required field and shown as a set of predefined values (pick lists).
Note  Note
Setup:
Configuration > General > Custom Fields
Business Rules:
Custom fields are meta data items that can be attached to an employee or labor level detail
Two types of custom fields exist:
1. General Custom Fields: These fields can be associated with an employee.
2. Labor Level Detail Custom Fields: These fields are associated with labor levels

The IsLL flag will indicate if the value is a custom labor level detail meta item.
See Also