LeadConvert: { accountId?: string | null; accountRecord?: sObject | null; bypassAccountDedupeCheck?: boolean | null; bypassContactDedupeCheck?: boolean | null; contactId?: string | null; contactRecord?: sObject | null; convertedStatus: string; doNotCreateOpportunity: boolean; leadId: string; opportunityId?: string | null; opportunityName?: string | null; opportunityRecord?: sObject | null; overwriteLeadSource: boolean; ownerId?: string | null; sendNotificationEmail: boolean; } Type declaration
Optional accountId?: string | null
Optional accountRecord?: sObject | null
Optional bypassAccountDedupeCheck?: boolean | null
Optional bypassContactDedupeCheck?: boolean | null
Optional contactId?: string | null
Optional contactRecord?: sObject | null
convertedStatus: string
doNotCreateOpportunity: boolean
leadId: string
Optional opportunityId?: string | null
Optional opportunityName?: string | null
Optional opportunityRecord?: sObject | null
overwriteLeadSource: boolean
Optional ownerId?: string | null
sendNotificationEmail: boolean