Comments
Stores user comment entries that provide additional context or commentary on records. This table supports communication history and annotation of business activity.
Columns
| Name | Type | ReadOnly | Description |
| Created_By | String | True |
The unique identifier (Id) of the user who created this comment record. This value supports authorship tracking and audit review. |
| Created_By_Name | String | True |
The display name of the user who created this comment record. This value appears in activity history and record details. |
| Data | String | False |
The full text content of the comment. This field contains the primary message or note that the user entered. |
| Date_Entered | Datetime | True |
The date and time when this comment record was created. This timestamp supports chronological sorting and audit logging. |
| Date_Modified | Datetime | True |
The date and time when this comment record was last modified. This timestamp supports version tracking and update review. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this comment record is marked as deleted. It returns a value of 'false' when the record remains active. |
| Description | String | False |
An optional descriptive summary or annotation that provides context or clarification related to the comment. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following this comment record. It returns a value of 'false' when the record is not being followed. |
| Id [KEY] | String | True |
The Id of this comment record. The system uses this Id to reference and manage the record internally. |
| Locked_Fields | String | True |
The list of fields that are restricted from editing to maintain data integrity or enforce workflow rules. |
| Modified_By_Name | String | True |
The display name of the user who last modified this comment record. This value supports transparency in change tracking. |
| Modified_User_Id | String | True |
The Id of the user who last modified this comment record. This value provides traceability for updates. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the current user has marked this comment as a favorite. It returns a value of 'false' when it is not marked as a favorite. |
| Name | String | False |
The display name of the comment record. This value appears in list views and search results where comments are referenced. |
| Parent_Id | String | False |
The Id of the parent record with which this comment is associated, such as an account, contact, lead, opportunity, or case. |
| Sync_Key | String | True |
The synchronization key that is used to align this comment record across external systems or connected integrations. |