Article Post Comment
Provides access to the data fields of comments submitted on an article post.
The entity name is: "BlogComment".
| API Name | Label | Required | Data Type | Description |
|---|
| BlogPostId | Post | No | MasterDetail(Post) | Links this comment to its parent Post record. |
| CreatedById | Created By | No | Lookup(User) | User who created the comment record. Read-Only. |
| CreatedOn | Created On | No | DateTime | Timestamp when the comment was first created. Read-Only. |
| Email | Email | No | Email | Commenter’s email address. Especially if the commenter is a public user. |
| Id | Id | No | ID | System-generated unique identifier for the comment. Read-Only. |
| IsDeleted | Deleted | No | Checkbox | Soft-delete flag (checked if the comment is in the recycle bin). |
| Message | Message | Yes | TextArea(1200) | The body text of the comment. |
| ModifiedById | Modified By | No | Lookup(User) | User who last modified this comment. Read-Only. |
| ModifiedOn | Modified On | No | DateTime | Timestamp of the most recent update. Read-Only. |
| Name | Name | Yes | Text(120) | Name of the user who posted the message. |
| PublishDate | Publish Date | No | DateTime | When the comment was published/displayed. |
| Status | Status | No | Picklist | Moderation state (e.g. Submitted, Spam, Published). |