| IsDeleted
|
- Type
- boolean
- Properties
- Defaulted on create, Filter
- Description
- Indicates whether the object has been moved to the Recycle Bin
(true) or not (false). Label is Deleted.
|
| IsNote
|
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether the object contains a note (true) or an attachment (false).
|
| IsPrivate
|
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- 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 regular user who does not have “Modify All Data” permission
sets this field to true on a
note that they do not own, then they can no longer query, delete,
or update that note. Label is Private.
|
| OwnerId
|
- Type
- reference
- Properties
- Filter, Group, Sort
- Description
- ID of the user who owns the note and attachment.
|
| ParentId
|
- Type
- reference
- Properties
- Filter, Group, Sort
- Description
- ID of the parent object.
|
| Title
|
- Type
- string
- Properties
- Filter, Nillable, Group, Sort
- Description
- Title of the note.
|