QuotesOption
Return a list of quotes related to options.
Select
The driver will process all filters client side except QuoteID.
SELECT * FROM QuotesOption WHERE QuoteID = 'Q000123' SELECT * FROM QuotesOption WHERE QuoteID IN ('Q000124', 'Q000123')
Columns
Name | Type | Description |
QuoteID [KEY] | String | The identifier of the Quote. |
Description | String | The Description of the task related to the options. |
Note | String | The Note of the task related to the options. |
Code | String | The Code of the task related to the options. |
Quantity | Int | The Quantity of the task related to the options. |
UnitCost | Double | The UnitCost of the task related to the options. |
UnitPrice | Double | The UnitPrice of the task related to the options. |
Amount | Double | The Amount of the task related to the options. |
AmountTax | Double | The AmountTax of the task related to the options. |
AmountIncludingTax | Double | The AmountIncludingTax of the task related to the options. |