Table of Contents


Article Post Comment

Provides access to the data fields of comments submitted on an article post.
The entity name is: "BlogComment".
 

API NameLabelRequiredData TypeDescription
BlogPostIdPostNoMasterDetail(Post)Links this comment to its parent Post record.
CreatedByIdCreated ByNoLookup(User)User who created the comment record. Read-Only.
CreatedOnCreated OnNoDateTimeTimestamp when the comment was first created. Read-Only.
EmailEmailNoEmailCommenter’s email address. Especially if the commenter is a public user.
IdIdNoIDSystem-generated unique identifier for the comment. Read-Only.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if the comment is in the recycle bin).
MessageMessageYesTextArea(1200)The body text of the comment.
ModifiedByIdModified ByNoLookup(User)User who last modified this comment. Read-Only.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent update. Read-Only.
NameNameYesText(120)Name of the user who posted the message.
PublishDatePublish DateNoDateTimeWhen the comment was published/displayed.
StatusStatusNoPicklistModeration state (e.g. Submitted, Spam, Published).