Table of Contents


Article Post

Provides a global view of standard article fields across all types of articles, depending on their usage. This entity is used to track the information of the latest article post.
The name of this entity is: BlogPost.
 

API NameLabelRequiredData TypeDescription
AuthorIdAuthorNoLookup(User)The user record of the post’s author.
BlogIdArticle TypeNoMasterDetail(Article Type)Links this post to an Article Type, determining its layout and behavior.
BodyBodyNoTextArea(135,000)The full rich-text content of the post.
CategoryIdCategoryNoLookup(Post Category)Associates the post with a specific category.
CommentsCommentsNoRollup SummaryRoll-up count of related comment records. Read-only.
CreatedByIdCreated ByNoLookup(User)The user who originally created this record. Read-only.
CreatedOnCreated OnNoDateTimeTimestamp when the post record was first created. Read-only.
EnclosureLinkEnclosure LinkNoText(255)URL to an external attachment or feed enclosure.
EnclosureTypeEnclosure TypeNoText(80)MIME type or category of the enclosed media/file.
IdIdNoIDSystem-generated unique identifier for this record.
IsDeletedDeletedNoCheckboxSoft-delete flag (true if in the recycle bin).
LanguageLanguageNoText(5)ISO code for localization (e.g. “en”, “fr”).
LatitudeLatitudeNoNumber(4,5)Geographic latitude, if the post is location-aware.
LongitudeLongitudeNoNumber(4,5)Geographic longitude, if the post is location-aware.
ModifiedByIdModified ByNoLookup(User)The user who last modified this record.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent modification.
NameSubjectYesText(120)The post’s title or subject line (required).
PostNamePost NameNoText(255)Friendly or URL-slug name for the post.
PublishDatePublish DateNoDateTimeWhen the post is scheduled to go live or when it is published.
RatingCountRating CountNoNumber(6,0)Total number of ratings submitted for this post.
RatingScoreRating ScoreNoNumber(6,1)Aggregate or average rating value.
SecurityTypeSecurityNoPicklistVisibility model (e.g. public, private, role-based) for this post.
Read-Only.
StatusStatusNoPicklistCurrent state (e.g. Draft, Published).
SummarySummaryNoTextArea(380)A short excerpt or summary of the post's content.
TagsTagsNoTextArea(1 000)Comma-separated tags for categorization. Read-Only.
ThumbnailThumbnailNoFormulaURL of the thumbnail image for the post. Read-Only.
TileImageNameTile Image NameNoText(50)Filename of the image used in tile-style listings.
TopPositionTop PositionNoText(20)Custom position of the enclosure image relative to the screen top.
VersionVersionNoRollup SummaryCurrent version of the post. Read-Only.
ViewCountView CountNoNumber(6,0)Number of times the post has been viewed. Read-Only.
ZoomLevelZoom LevelNoNumber(2,0)Controls map-zoom level when location is displayed on the map.