QuoteDetail (Quote Product) Entity Messages and Methods
The quote detail (quote product) entity stores a line item in a quote. Each quote can have multiple quote detail (quote product) records. The schema name for this entity is QuoteDetail.
Note |
|---|
| The pricing error code is specified in the QuoteDetail.PricingErrorCode attribute. The possible values for this attribute are defined in the Pricing Error global option set. |
The following table describes the messages for this entity, which you use with the IOrganizationService.Execute method.
| Message | Description |
|---|---|
|
Creates a quote detail (quote product). You can also call the IOrganizationService.Create method.
|
|
|
Deletes a quote detail (quote product). You can also call the IOrganizationService.Delete method. |
|
|
Retrieves a quote detail (quote product). You can also call the IOrganizationService.Retrieve method. |
|
|
Retrieves a collection of quote details (quote products). You can also call the IOrganizationService.RetrieveMultiple method. |
|
|
Updates a quote detail (quote product). You can also call the IOrganizationService.Update method. |
See Also
Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2012 Microsoft Corporation. All rights reserved.

Note