An administrator at a telecommunications provider is modifying custom fields on the custom object Equipment_Order__c to support a operational system migration. The administrator needs to convert an existing Picklist field named Priority_Level__c into a Multi-Select Picklist, and convert an existing custom Text field named Device_Tracking_ID__c into an Auto-Number field. Which TWO considerations or system behaviors should the administrator expect during these custom field conversions? (Select 2)
- Converting a Picklist field to a Multi-Select Picklist field preserves existing values on records, but can break existing validation rules or formula fields that reference the original field.Cevap
- BConverting a Lookup relationship field to a Master-Detail relationship field automatically populates roll-up summary values for existing records even if some child records have blank parent references.
- Converting a custom Text field to an Auto-Number field leaves existing text values on historical records unchanged, while applying the auto-number formatting sequence to newly created records.Cevap
- DConverting Lead custom fields automatically creates matching target custom fields and field mappings on Contact and Opportunity objects during lead conversion.
- EConverting a single-select Picklist to a Multi-Select Picklist automatically assigns all existing values across all active Record Types without requiring manual record type picklist assignment.
Cevap
Converting a Picklist field to a Multi-Select Picklist preserves existing values on records, but can break existing validation rules or formula fields that reference the original field, AND converting a custom Text field to an Auto-Number field leaves existing text values on historical records unchanged, while applying the auto-number formatting sequence to newly created records.
Converting a Picklist field to a Multi-Select Picklist preserves data on existing records, but formulas or validation rules referencing the original field will fail if they use single-select functions like ISPICKVAL instead of multi-select functions like INCLUDES. Furthermore, converting a Text field to an Auto-Number field retains existing text values on historical records while applying the sequential auto-number format exclusively to newly created records.
Adım Adım Çözüm
Anahtar Kavram
Custom Field Data Type Conversion Rules and Considerations