Note

Represents a note, which is text associated with a custom object or a standard object, such as a Contact, Contract, or Opportunity.

Supported Calls

create(), update(), delete(), query(), search(), retrieve(), getDeleted(), getUpdated(), describeSObjects()

Fields

Field Field Type Field Properties Description
Body textarea Create

Nillable

Update

Body of the note. Limited to 32 KB.
IsDeleted boolean Defaulted on create

Filter

Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted.

IsPrivate boolean Create

Defaulted on create

Filter

Update

If true, only the note owner or a user with the “Modify All Data” permission can view the note or query it via the API. Note that if a user who does not have the “Modify All Data” permission sets this field to true on a note that they do not own, then they can no longer query(), update(), or delete() the note. Label is Private.
OwnerId reference Create

Defaulted on create

Filter

Update

ID of the user who owns the note.
ParentId reference Create

Filter

Required. ID of the object associated with the note.
Title string Create

Filter

Nillable

idLookup

Update

Title of the note.

Usage

Use this object to manage notes for an object.

See Also:
Standard and Custom Object Basics
© Copyright 2000-2008 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.