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

How to create a Note in Salesforce

Notes are short text annotations attached to records. The platform has two flavors: legacy Notes (the Note object, basic) and Enhanced Notes (the ContentNote object, rich text). New orgs ship with Enhanced Notes on by default; legacy Notes remain for backward compatibility.

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

Notes are short text annotations attached to records. The platform has two flavors: legacy Notes (the Note object, basic) and Enhanced Notes (the ContentNote object, rich text). New orgs ship with Enhanced Notes on by default; legacy Notes remain for backward compatibility.

  1. Confirm Enhanced Notes is enabled

    Setup → Notes Settings → tick Enable Notes. New orgs default to enabled.

  2. Open a record's Notes related list (or the Notes tab)

    Most often created in context of a parent record.

  3. Click New Note

    Top-right of the related list.

  4. Enter the Title

    What the note is about.

  5. Compose the body

    Enhanced Notes support rich text (bold, lists, links). Legacy Notes are plain text.

  6. Save

    Note is created and linked to the parent record. Enhanced Notes can be shared across multiple records and with other users; legacy Notes cannot.

Mandatory fields
Titlerequired

Required for Enhanced Notes. Optional but recommended for legacy.

Bodyrequired

At least some content. Empty notes save but are useless.

Gotchas
  • Enhanced Notes (ContentNote) and legacy Notes (Note) are different objects. Reports built on one don't see the other. After enabling Enhanced Notes, audit your reports to migrate.
  • Legacy Notes are plain text only. Lots of legacy migrations import notes as ContentNote with HTML formatting — but the original was plain, so the formatting is fake.
  • Enabling Enhanced Notes is one-way for new notes — you can't disable it back. Existing legacy Notes stay as-is; new ones go to Enhanced.

See the full Note entry

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