Question

Difficulty: MediumLead Lifecycle and Lead Conversion

A Salesforce administrator at a bio-pharmaceutical supply firm is configuring lead conversion settings to align with sales operations. The business requires that when a sales representative converts a qualified Lead:
1. Data from a custom Lead field tracking compliance audit dates must automatically populate a corresponding custom field on the newly created Contact record.
2. Representatives must have the ability to opt out of creating an Opportunity record if one is not required.

Which two configuration steps must the administrator implement to satisfy these business requirements?

  1. Configure Lead Custom Field Mapping in Setup to map the custom compliance audit date Lead field to the custom field on the Contact object.Answer
  2. B
    Create a custom lookup relationship field on the Lead object referencing the Contact object to automatically pass field values during conversion.
  3. Instruct users to select the 'Don't create a new opportunity upon conversion' checkbox in the lead conversion window when an opportunity is not needed.Answer
  4. D
    Create a Sales Process and assign it to the Lead record type to bypass Opportunity creation requirements.

Answer

The administrator must map the custom compliance audit date field on the Lead object to the corresponding field on the Contact object using Lead Custom Field Mapping, and instruct users to select the 'Don't create a new opportunity upon conversion' option when converting the lead.
Configuring Lead Custom Field Mapping establishes the exact data relationship required to pass custom compliance date values from the Lead to the Contact. Selecting the 'Don't create a new opportunity upon conversion' checkbox during conversion satisfies the requirement to suppress opportunity creation.

Step-by-Step Solution

1
Determine how custom Lead field data is transferred during conversion.
Custom Lead fields must be mapped to custom Account, Contact, or Opportunity fields of compatible data types within Lead Custom Field Mapping settings.
Standard field mapping settings govern data persistence across records created during lead conversion.
2
Determine how Opportunity creation can be prevented during lead conversion.
The standard conversion interface features a checkbox option labeled 'Don't create a new opportunity upon conversion'.
This allows sales reps to convert leads into Account and Contact records without cluttering the pipeline with unnecessary Opportunities.

Key Concept

Lead Custom Field Mapping & Optional Opportunity Creation
Rate this question