Click or drag to resize
CiItemType Enumeration
Types of the Work Order invoice line items. 'CILT' in [CLookup]

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum CiItemType
Members
  Member nameValueDescription
WorkOrder0 Item is based on WO Cost line item.
GroupHeader1 Item is based on Customer Contract This is header of the group consisting of one or more line items of type GroupChild
GroupChild2 Item is based on work order covered by Customer Contract
None3 Item is not based on work order. End user may create ad hoc line item which is not related to any work order.
See Also