An administrator at a renewable energy enterprise is updating custom field configurations on the Lead object and a custom object named Solar_Installation__c. The business requirement dictates capturing installation site coordinates and legacy system tracking numbers. Furthermore, when prospective client Leads are converted, these custom field values must automatically populate corresponding custom fields on the newly generated Account and Contact records. During a review, the administrator also needs to ensure proper data type behavioral constraints and field access across record types. Which two actions must the administrator take to fulfill these requirements correctly?
- Map the custom Lead fields to the designated custom fields on the Account and Contact objects within the Lead Custom Field Mapping settings prior to conversion.Cevap
- Ensure that newly created picklist values for site status are explicitly assigned to the appropriate Record Types for both Lead and Solar_Installation__c objects.Cevap
- CCreate a Roll-Up Summary field on the Account object to aggregate values from Solar_Installation__c records linked via a standard Lookup relationship.
- DRely on automatic default mapping between Lead custom fields and Account custom fields based on identical API names without configuring explicit conversion mapping.
- EConvert an existing text custom field storing numerical values into an Auto-Number data type while assuming existing historical text data will automatically re-index sequentially without data loss.
Cevap
The administrator must explicitly map the custom Lead fields to target custom fields on the Account and Contact objects in the Lead Custom Field Mapping setup, and ensure that newly added custom picklist values are assigned to the relevant Record Types for each object.
To ensure custom Lead data transfers seamlessly during lead conversion, the administrator must configure explicit mapping rules between Lead custom fields and custom target fields on the Account, Contact, or Opportunity objects. Additionally, when custom picklists or picklist values are added, they must be assigned to the appropriate record types so that users can view and select them on record edit pages.
Adım Adım Çözüm
Anahtar Kavram
Custom Field Management, Lead Conversion Mapping, and Record Type Picklist Assignment