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

How to create a Task in Salesforce

Tasks are the to-dos sales and service teams log against people and records. They have surprisingly few platform requirements — the friction comes from the Activity Composer's UX rather than the data model.

By Dipojjal Chakrabarti · Editor, Salesforce DictionaryLast updated Apr 28, 2026

Tasks are the to-dos sales and service teams log against people and records. They have surprisingly few platform requirements — the friction comes from the Activity Composer's UX rather than the data model.

  1. Open the Activity composer

    Tasks are almost always created in context — from a Contact, Lead, Opportunity, or Account record's Activity tab. The standalone Tasks list is for managing your queue, not creating.

  2. Click New Task

    On the Activity tab, click the New Task button (or use the Activity composer's task icon). The composer opens inline.

  3. Enter the Subject

    What needs to be done — keep it under ~60 characters so it's scannable in list views and reports.

  4. Set Due Date, Priority, Status

    Due Date defaults to today, Priority to Normal, Status to "Not Started" — adjust as needed. None are platform-required but all are required by every standard layout.

  5. Assign To

    Defaults to the creating user. Reassign to a teammate if you're logging the task on their behalf.

  6. Save

    Save commits the Task. The related record (Contact, Opportunity, etc.) is auto-linked because you launched from its Activity tab.

Mandatory fields
Subjectrequired

Not platform-required, but required by every standard Task page layout. The Activity Composer won't save without it.

Gotchas
  • Tasks completed (Status moved to a closed value) cannot be reopened in the standard UI unless an admin enables the "Allow Users to Edit Closed Tasks" Activity setting.
  • Tasks have no record types by default — every Task uses the same layout. Enable Activity Record Types in Setup if you need to split layouts by team.
  • WhoId (Lead/Contact link) and WhatId (related record link) are mutually constrained — a Task can have one of each, but not two Whats. Plan accordingly when bulk-creating via Apex or Data Loader.

See the full Task entry

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