Click or drag to resize
QuoteOrEstimateItem Class
Quote Line Items are children of either Quote or Estimate. They are related to Quote/Estimate the same way WO Items are related to WO. Quote/Estimate always has zero line items if it works in “single-line” mode; and it always has one ore more line items if it works in “multi-line” mode – it’s enforce by BO rules.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesQuoteOrEstimateItem

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

The QuoteOrEstimateItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Item’s total amount. Precision 2 digits; negative and zero values are allowed.
Public propertyCurrencyTypeId
Currency type inherited from Financial Record upon creation
Public propertyDescription
Item description; used for presentation purposes. May be auto-computed in some scenarios (for instance, when legacy provider submits Quote and requestor is in “multi-line” mode); generally provided by user. Max Length = 1024
Public propertyInvoiceItem
Invoice Dictionary Item associated with the record, required.
Public propertyIsFlagged
True means Line Item was marked as objectionable by person reviewing parent Quote/Estimate. Flags are used when Quote/Estimate is rejected to clearly indicate which Line Items caused the rejection.
Public propertyParentId
Standard link to parent Quote or Estimate object.
Public propertyParentTypeId
Supported values are ActorType.Quote and ActorType.Estimate only.
Public propertyQuantity
Quantity. This field is explicitly set by user (except for labor costs where user specifies duration in minutes; then Qty is computed). Precision is 5 digits; supported values are 0 - 9999999.99999.
Public propertyRate
Item’s rate.
Public propertyTaxCode
Tax Code; This field is used only by tax line itmes associated with country-specific tax codes. This field is NULL for free-text tax line items.
Public propertyWorkOrderId
Reference to parent WO.
Top
See Also