Quick summary
Adding fields to a record type in Salesforce is done through the Object Manager in Setup, where you create a new field under Fields & Relationships and assign it to the appropriate record type. This process lets admins customize data capture per record type without writing code.
Steps
- Navigate to Setup and open the Object Manager.
- Select the object associated with your record types (for example, Account).
- Click on Fields & Relationships in the object's navigation menu.
- Click New to begin creating a new custom field.
- Select the data type for your new field.
- Define the field properties including data type, label, and other relevant settings.
- Click Next to proceed through the field configuration wizard.
- Click Next again to advance to the record type assignment step.
- Click Save to finalize and add the field to the record type.
