Click or drag to resize
Specialty Class
Specialty, f.i. Carpentry, Doors, Electrical, Lighting, Plumbing... This entity answers the question “What type of work needs to be done for a Work Order or a Task?". Web service access scope - Full access
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesSpecialty

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Specialty : RemovableCorrigoEntity

The Specialty type exposes the following members.

Properties
  NameDescription
Public propertyCurrencies
Money values
Public propertyDisplayAs
The name of the Specialty. Max Length=40. Is required.
Public propertyInstructions
Service instructions to relay to team members; HTML content supported. Max Length=3072.
Public propertyIsNteAuto
Boolean flag; part of NTE Auto-optimization setup. True means NTE auto-optimization is enabled for this Specialty.
Public propertyTaxCode
Labor Tax Code. Used for taxing customer invoice items with Labor category.
Public propertyWONServiceId
Related to WON (Work Order Network) Service
Top
See Also