Views:

Description

Qualifies a Lead and returns an EntityReference Collection to Account, Contact, Opportunity if appropriate.

Signature

QualifyLead(
  'leadid',
  'createaccount',
  'createcontact',
  'createopportunity'
)

Example

QualifyLead(
  '876689c-992f-22db-8454-0800255c9a55',
  true,
  true,
  true
)