Click or drag to resize

AddLaborLevelDetailCustomField Structure

A structure that represents the custom field for adding custom field values to a specific labor-level-detail
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsAddLaborLevelDetailCustomField

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

The AddLaborLevelDetailCustomField type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleName The name of the labor level custom field
Public propertyCode exampleValue Gets or sets Value of the custom field
Top
Remarks
A structure that represents the custom field for adding custom field values to a specific labor-level-detail.

Note  Note
When a custom field type is multi-select you can pass in values as such
"Value":"test1,test2"
Note  Note
To guarantee a valid custom field value is passed in use the ValidateCustomFieldName parameter to check the values; which will return a "FAIL" message response.
Example
See Also