A Salesforce administrator at an electric vehicle battery recycling company is modifying custom field configurations on the Lead object and a custom object used to track battery health inspections. The administrator needs to convert an existing custom text field to a numeric field and establish custom Lead field mapping for converted records. Which two statements accurately describe the behaviors and considerations for these custom field modifications? (Choose 2)
- Custom Lead fields can only be mapped to custom fields on the Account, Contact, or Opportunity objects during lead conversion.Cevap
- Changing a custom field's data type from Text to Number can result in data loss if existing records contain non-numeric characters.Cevap
- CA roll-up summary field can be created on a parent object to aggregate numeric values from child records linked via a lookup relationship.
- DCustom Lead fields can be mapped directly to existing standard fields on the Contact object during lead conversion mapping.
- EDeleting a master record in a master-detail relationship preserves all detail records by converting them into lookup relationships.
Cevap
The two correct statements are that custom Lead fields can only be mapped to custom fields on target objects (Account, Contact, or Opportunity) during lead conversion, and changing a custom field's data type from Text to Number can result in data loss if existing records contain non-numeric text.
Custom Lead field mapping allows mapping custom Lead fields exclusively to custom fields on target objects (Account, Contact, or Opportunity) of compatible data types. In addition, changing a field's data type from Text to Number carries a risk of data loss whenever existing values contain non-numeric characters.
Adım Adım Çözüm
Anahtar Kavram
Custom Field Data Type Conversion and Lead Field Mapping