Quote |
The QuoteOrEstimateItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Amount | Item’s total amount. Precision 2 digits; negative and zero values are allowed. |
![]() | CurrencyTypeId | Currency type inherited from Financial Record upon creation |
![]() | Description | 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 |
![]() | InvoiceItem | Invoice Dictionary Item associated with the record, required. |
![]() | IsFlagged | 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. |
![]() | ParentId | Standard link to parent Quote or Estimate object. |
![]() | ParentTypeId | Supported values are ActorType.Quote and ActorType.Estimate only. |
![]() | Quantity | 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. |
![]() | Rate | Item’s rate. |
![]() | TaxCode | 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. |
![]() | WorkOrderId | Reference to parent WO. |