A Salesforce administrator at a solar energy equipment manufacturer is configuring custom fields on custom objects tracking installation projects. The administrator must also plan for field data type conversions and lead mapping settings. Which two statements correctly describe Salesforce custom field capabilities and data type behaviors? (Select 2 answers.)
- Converting a custom Text Area (Long) field to a standard Text field truncates existing data if record values exceed 255 characters.Answer
- BRoll-up summary fields can be created on a parent object to aggregate numeric data from child records connected through a standard Lookup relationship.
- Converting a custom field from Number to Text preserves existing numeric data without loss of information.Answer
- DNewly created picklist values on an object are automatically assigned and enabled across all existing Record Types without manual configuration.
- ECustom Lead fields can be mapped to any standard or custom field on Accounts, Contacts, or Opportunities during lead conversion regardless of target field data type compatibility.
Answer
Converting a custom Text Area (Long) field to a standard Text field truncates data exceeding 255 characters, and converting a custom field from Number to Text preserves existing numeric data.
Converting a Text Area (Long) field to a standard Text field limits character capacity to 255 characters, causing longer entries to be truncated. Converting a Number field to a Text field preserves existing numeric entries as text characters without data loss.
Step-by-Step Solution
Key Concept
Custom Field Data Type Behavior and Conversion Rules