Type alias LeadConvertSettings

LeadConvertSettings: Metadata & {
    allowOwnerChange?: boolean | null;
    objectMapping: ObjectMapping[];
    opportunityCreationOptions?: string | null;
}

Type declaration

  • Optional allowOwnerChange?: boolean | null
  • objectMapping: ObjectMapping[]
  • Optional opportunityCreationOptions?: string | null