Quick summary
Adding a custom field to the Task object in Salesforce lets you capture task-specific data that standard fields don't support. This is done through Setup > Object Manager, where you configure the field's data type, label, and length before saving it to the Activity object.
Steps
- Go to Setup > Object Manager.
- Find the Activity label in the object list and click on it.
- Click on the Fields & Relationships tab.
- Click New to start creating a custom field.
- Choose the appropriate data type for your field (e.g., Text, Number, Date).
- Enter a clear and descriptive field label so users understand its purpose.
- Provide the maximum length for the field, then click Next.
- Review field-level security settings and click Next.
- Click Save to add the custom field to the Task object.
