Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Full Tasks entry
How-to guide

Configure Tasks for the org

Setting up Tasks well involves both the Setup-side configuration and the operational practices that make tasks useful in daily workflow. The workflow below covers the standard sequence for a service-or-sales-focused org rolling out task management.

By Dipojjal Chakrabarti · Founder & Editor, Salesforce DictionaryLast updated May 19, 2026

Setting up Tasks well involves both the Setup-side configuration and the operational practices that make tasks useful in daily workflow. The workflow below covers the standard sequence for a service-or-sales-focused org rolling out task management.

  1. Configure default task settings in Activity Settings

    From Setup, navigate to Activity Settings. Configure the default behavior for task assignments: whether email notification is sent, whether completed tasks are kept on the timeline, whether the daily task email summary is enabled. Configure the org's recurrence permissions: which users can create recurring tasks. Save the settings and confirm in sandbox that the defaults behave as expected. Adjust user-level preferences for users who need different behavior than the org default.

  2. Customize the Task object fields and layouts

    Open the Task object in Object Manager. Review the standard fields and add custom fields the org needs: outcome dispositions, scripted call notes, related campaign or product, custom subject taxonomy. Configure the page layout to show the right fields for each Task record type (if record types are used). Add custom buttons or quick actions for common task operations (Log Call, Schedule Follow-up, Mark Complete with Outcome). Test the layout with a sample task and confirm the experience is clean.

  3. Configure Activity Timeline on record pages

    For each parent object where tasks appear (Account, Contact, Opportunity, Case, Lead), open the Lightning page in App Builder. Add or configure the Activity Timeline component. Set default filters (show only open tasks, or both open and completed). Configure the sort order. Add quick actions for fast task creation directly from the parent record. Save the page and assign it to the relevant app and profile. Test from a sample parent record to confirm the timeline behaves as expected.

  4. Build reports and dashboards on tasks

    Create the standard task reports the operations team will use: completed tasks this week per rep, open tasks by due date, overdue tasks per Account, task volume trends. Build dashboards that combine these reports for sales managers and service supervisors. Schedule the dashboards to be reviewed in the team's weekly cadence. Without active reporting, task data accumulates but does not drive operational behavior; the reports are what make the configuration valuable.

Gotchas
  • Task is a special object with limits and behaviors different from standard custom objects. Bulk operations and Apex against Task have their own performance characteristics.
  • WhoId and WhatId are dual relationship fields. Custom code needs to handle both correctly; many bugs trace back to assuming only one is populated.
  • Recurring tasks create one record per occurrence. High-frequency recurrence on many parent records can rapidly grow the Task table.
  • Activity Timeline performance degrades on records with thousands of related tasks. Archive old tasks or filter the timeline to recent activity for these records.
  • Email notifications on task assignment add to the org's daily email allocation. High-volume assignment workflows can hit limits.

See the full Tasks entry

Tasks includes the definition, worked example, deep dive, related terms, and a quiz.