AuthorNote
Stores notes associated with different types of records along with
information about the author of the note and the time the note was authored. The author
isn’t necessarily the person who created a record. The author is the person who provided
the information in the note. This object is available in API version 52.0 and
later.
Supported Calls
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()
Fields
| Field | Details |
|---|---|
| AuthorId |
|
| AuthorName |
|
| AuthoredDateTime |
|
| LastReferencedDate |
|
| LastViewedDate |
|
| Name |
|
| NoteText |
|
| OwnerId |
|
| ParentRecordId |
|
| RecipientType |
|
| SourceSystem |
|
| SourceSystemIdentifier |
|
| SourceSystemModified |
|
Usage
When a record requires a related note with the information about the author of that note, that information is stored in an AuthorNote record. This AuthorNote record references the parent record it’s associated with using the ParentRecordId field.
Associated Objects
This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.
- AuthorNoteFeed
- Feed tracking is available for the object.
- AuthorNoteHistory
- History is available for tracked fields of the object.
- AuthorNoteShare
- Sharing is available for the object.
- AuthorNoteChangeEvent (API version 61.0)
- Change events are available for the object.