An administrator at an international logistics company manages a custom object named Shipment_Audit__c used for compliance tracking. The object's standard Name field was initially configured as an Auto-Number with the format AUD-{0000}. Due to operational changes, stakeholders now require users to manually enter a descriptive text title for new records while ensuring existing auto-numbered records retain their assigned identifiers unchanged. Which action should the administrator take to meet this requirement?
- Change the Data Type of the standard Name field from Auto-Number to Text in Object Manager.Answer
- BDelete the standard Name field from the custom object and configure lead conversion field mapping to populate a new custom field.
- CCreate a roll-up summary field on the related account object to dynamically calculate and overwrite the record name.
- DCreate a new record type for Shipment_Audit__c and modify the picklist value assignment settings for the Name field.
Answer
Change the Data Type of the standard Name field from Auto-Number to Text in Object Manager.
In Salesforce custom object management, changing the standard Name field's data type from Auto-Number to Text allows users to input arbitrary text strings for new records while existing records retain their previously generated auto-number values as static text.
Step-by-Step Solution
Key Concept
Standard Name Field Modification on Custom Objects