An administrator at a healthcare company needs to revise several custom fields on the custom object Medical_Device__c to support a new regulatory compliance audit. The administrator plans to convert field types and reconfigure object settings. Which two technical impacts and data integrity risks must the administrator account for before changing custom field data types? (Select 2)
- Converting a field from Text to Picklist may result in data loss if existing text values exceed 255 characters or contain unsupported data formats.Answer
- Changing a custom field type from Auto-Number to Text retains existing data values but permanently prevents the field from generating incremental sequential identifiers.Answer
- CConverting a Roll-Up Summary field into a Lookup relationship field preserves all underlying child calculation logic automatically.
- DConverting a Picklist field into a Multi-Select Picklist automatically maps all picklist values to all existing Record Types without administrative intervention.
- EConverting a custom Lead field type automatically updates mapped custom Contact and Opportunity field types during Lead conversion.
Answer
Converting a custom Text field to a Picklist risks data loss for values exceeding 255 characters, and converting an Auto-Number field to Text retains existing values while halting automated sequence generation.
Converting a Text field to a Picklist restricts entries to a 255-character limit, causing data truncation or loss for longer values. Additionally, converting an Auto-Number field to a Text field preserves existing record data as text while stopping automatic sequential number generation for future records.
Step-by-Step Solution
Key Concept
Custom Field Data Type Conversion Consequences and Data Protection