Types of the Work Order invoice line items.
'CILT' in [CLookup]
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum CiItemType
Members
| Member name | Value | Description |
---|
| WorkOrder | 0 |
Item is based on WO Cost line item.
|
| GroupHeader | 1 |
Item is based on Customer Contract
This is header of the group consisting of one or more line items of type GroupChild
|
| GroupChild | 2 |
Item is based on work order covered by Customer Contract
|
| None | 3 |
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