Packagecom.salesforce.objects
Classpublic class LeadConvert
InheritanceLeadConvert Inheritance mx.utils.ObjectProxy

Object to collect the paramaters required to perform connection.convertLead()

See also

Apex Developer Guide


Public Properties
 PropertyDefined by
  accountId : String
LeadConvert
  contactId : String
LeadConvert
  convertedStatus : String
LeadConvert
  doNotCreateOpportunity : Boolean
LeadConvert
  leadId : String
LeadConvert
  opportunityName : String
LeadConvert
  overwriteLeadSource : Boolean
LeadConvert
  ownerId : String
LeadConvert
  sendNotificationEmail : Boolean
LeadConvert
Public Methods
 MethodDefined by
  
LeadConvert
  
toXml(sobjectNs:String, name:String, writer:XmlWriter):void
LeadConvert
Property detail
accountIdproperty
public var accountId:String
contactIdproperty 
public var contactId:String
convertedStatusproperty 
public var convertedStatus:String
doNotCreateOpportunityproperty 
public var doNotCreateOpportunity:Boolean
leadIdproperty 
public var leadId:String
opportunityNameproperty 
public var opportunityName:String
overwriteLeadSourceproperty 
public var overwriteLeadSource:Boolean
ownerIdproperty 
public var ownerId:String
sendNotificationEmailproperty 
public var sendNotificationEmail:Boolean
Constructor detail
LeadConvert()constructor
public function LeadConvert()
Method detail
toXml()method
public function toXml(sobjectNs:String, name:String, writer:XmlWriter):voidParameters
sobjectNs:String
 
name:String
 
writer:XmlWriter