The COrderLine type exposes the following members.

Fields

  NameDescription
Protected fieldmBin
The warehouse bin for this order-line's CProduct.
Protected fieldmDescription
Textual information relating to this order-line.
Protected fieldmEditStatus
The edit status (unchanged, modified, etc) of this record.
(Inherited from iboBase.)
Protected fieldmErrors
The current list of errors encountered by this class instance during processing.
(Inherited from iboBase.)
Protected fieldmExtendedAmount
The cost to the purchaser of the CProduct associated with this order-line, after any discounting, taking into account the desired quantity.
Protected fieldmExtendedWeight
The total weight of all CProduct items associated with this order-line.
Protected fieldmIncomeAccount
The identifier of the account to be used to identify income.
Protected fieldmIsTaxable
An indication of whether this order-line is subject to various taxation.
Protected fieldmLineNumber
The unique number for this order-line in the context of the parent COrder.
Protected fieldmLocation
The identifier of the warehouse for the Product identified in this order-line.
Protected fieldmOrderNumber
The unique number of the parent COrder.
Protected fieldmProduct
The CProduct associated with this order-line.
Protected fieldmProductCode
The identifier of the Product associated with this order-line.
Protected fieldmQuantityOrdered
The number of desired CProduct items for this order-line.
Protected fieldmQuantityShipped
The number of CProduct items which have been shipped to the contact.
Protected fieldmTax1
The tax amount associated with this order-line.
Protected fieldmTaxAuthorityCode
The identifier of the tax authority associated with this order-line.
Protected fieldmTaxRate
The tax rate to be used for this order-line.
Protected fieldmUndiscountedExtendedAmount
The cost to the purchaser of the CProduct associated with this order-line, before any discounting, taking into account the desired quantity.
Protected fieldmUndiscountedPrice
The cost to the purchaser of one unit of the CProduct associated with this order-line, before any discounting.
Protected fieldmUnitPrice
The cost to the purchaser of one unit of the CProduct associated with this order-line, after any discounting.
Protected fieldmUnitWeight
The weight of each CProduct associated with this order-line.

See Also