CRMQuote Class

The CRMQuote class contains methods that you can use to manage quotes.

There are no properties for this class.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMQuote

[Visual Basic .NET]
Public Class CRMQuote
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMQuote : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMQuote: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMQuote class exposes the following methods.

Method Description
Activate Sets the state of a quote to Active.
Assign Assigns a quote.
AssociateContact Establishes an association between a contact and a quote.
Close Sets the state of a quote to Closed.
ConvertToSalesOrder Converts a quote to a sales order.
Create Creates a quote.
CreateAndRetrieve Creates a quote and then retrieves it.
Delete Deletes a quote.
DisassociateContact Eliminates the association between a contact and a quote.
GenerateFromOpportunity Generates a quote from an opportunity.
GetProductsFromOpportunity Retrieves the products from an opportunity and copies them to the quote.
GrantAccess Grants a security principal access to a quote.
ModifyAccess Replaces the access rights on the quote for the specified security principal.
Retrieve Retrieves a quote.
RetrieveByObject Retrieves all quotes that are associated with an object (account, contact, or opportunity).
RetrieveByPrincipal Retrieves all quotes that are owned by a security principal (user or team).
RetrieveContacts Retrieves all contacts that are associated with a quote.
RetrievePrincipalAccess Retrieves the access a security principal has for the specified quote.
RetrieveSharedPrincipalsAndAccess Retrieves all of the security principals (users or teams) that have access to a quote and their access rights for the quote.
Revise Sets the state of a quote to Draft.
RevokeAccess Revokes the access a security principal has for a quote.
Update Updates a quote.
UpdateAndRetrieve Updates a quote and then retrieves it.
Win Sets the state of a quote to Won.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.