QualifyLeadRequest Members

Contains the data that is needed to qualify a lead and create account, contact, and opportunity records that are linked to the originating lead record.This message does not have a corresponding Web API action or function in Microsoft Dynamics CRM Online 2016 Update and Microsoft Dynamics CRM 2016 (on-premises). More information:Missing functions and actions for some SDK messages.

The following tables list the members exposed by the QualifyLeadRequest type.

Public Constructors

  Name Description
  QualifyLeadRequest Initializes a new instance of the QualifyLeadRequest class.

Top

Public Properties

  Name Description
public property CreateAccount Gets or sets a value that indicates whether to create an account from the originating lead. Required.
public property CreateContact Gets or sets a value that indicates whether to create a contact from the originating lead. Required.
public property CreateOpportunity Gets or sets a value that indicates whether to create an opportunity from the originating lead. Required.
public property ExtensionData  Gets or sets the structure that contains extra data. Optional. (inherited from OrganizationRequest)
public property Item  Gets or sets the indexer for the Parameters collection. (inherited from OrganizationRequest)
public property LeadId Gets or sets the ID of the lead that is qualified. Required.
public property OpportunityCurrencyId Gets or sets the currency to use for this opportunity. Required.
public property OpportunityCustomerId Gets or set the account or contact that is associated with the opportunity. Required.
public property Parameters  Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes. (inherited from OrganizationRequest)
public property RequestId  Gets or sets the ID of an asynchronous operation (system job). Optional.  (inherited from OrganizationRequest)
public property RequestName  Gets or sets the name of the request. Required, but is supplied by derived classes. (inherited from OrganizationRequest)
public property SourceCampaignId Gets or sets the source campaign that is associated with the opportunity. Required.
public property Status Gets or sets the status of the lead. Required.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

QualifyLeadRequest Class
Microsoft.Crm.Sdk.Messages Namespace
QualifyLeadResponse

Other Resources

Sales Entities (Lead, Opportunity, Competitor, Quote, Order, Invoice)
Sample: Qualify a Lead
Customer Entities (Account, Contact)
TransactionCurrency (Currency) Entity
Campaign Entities
How Role-Based Security Can Be Used to Control Access to Entities in CRM
How Instance-Based Security Can Be Used to Control Access to Entity Instances (Records) in CRM
QualifyLead Privileges

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.