| Package | com.salesforce.objects |
| Class | public class LeadConvert |
| Inheritance | LeadConvert mx.utils.ObjectProxy |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
| LeadConvert | |||
|
toXml(sobjectNs:String, name:String, writer:XmlWriter):void
| LeadConvert | ||
| accountId | property |
public var accountId:String
| contactId | property |
public var contactId:String
| convertedStatus | property |
public var convertedStatus:String
| doNotCreateOpportunity | property |
public var doNotCreateOpportunity:Boolean
| leadId | property |
public var leadId:String
| opportunityName | property |
public var opportunityName:String
| overwriteLeadSource | property |
public var overwriteLeadSource:Boolean
| ownerId | property |
public var ownerId:String
| sendNotificationEmail | property |
public var sendNotificationEmail:Boolean
| LeadConvert | () | constructor |
public function LeadConvert()
| toXml | () | method |
public function toXml(sobjectNs:String, name:String, writer:XmlWriter):voidParameters
sobjectNs:String |
|
name:String |
|
writer:XmlWriter |