Note
Stores user-created notes attached to Salesforce records for reference and documentation.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the note. | |
| IsDeleted | Boolean | True |
Indicates whether the note has been deleted. | |
| ParentId | String | False |
ID of the parent record associated with the note. | |
| Title | String | False |
Title of the note. | |
| IsPrivate | Boolean | False |
Indicates whether the note is marked as private. | |
| Body | String | False |
Main content or body text of the note. | |
| OwnerId | String | False |
User.Id |
ID of the user who owns the note. |
| CreatedDate | Datetime | True |
Date and time when the note was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the note. |
| LastModifiedDate | Datetime | True |
Date and time when the note was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the note. |
| SystemModstamp | Datetime | True |
System-generated timestamp for the last update of the note. |