Article Post Version
Provides access to the data fields of historical versions or the current draft version of an article post.
The entity name is: BlogPostVersion.
| API Name | Label | Required | Data Type | Description |
|---|
| BlogPostId | Post | Yes | MasterDetail(Post) | The parent Post to which this version belongs. |
| Body | Body | No | TextArea(135 000) | The full content saved in this version. |
| CreatedById | Created By | No | Lookup(User) | User who originally created this version record. Read-only. |
| CreatedOn | Created On | No | DateTime | When this version record was first created. Read-only. |
| Id | Id | No | ID | System-generated unique identifier for the version record. Read-only. |
| IsDeleted | Deleted | No | Checkbox | Soft-delete flag (checked if this version is in the recycle bin). |
| IsLocked | Is Locked | No | Checkbox | Prevents further edits when checked (locks this version). The flag is usually set when the version is submitted for approval. |
| ModifiedById | Modified By | No | Lookup(User) | User who last updated this version record. Read-only. |
| ModifiedOn | Modified On | No | DateTime | Timestamp of the most recent update to this version. Read-only. |
| Name | Subject | Yes | Text(120) | The version’s title or subject line. |
| PostName | Post Name | Yes | Text(255) | Friendly/name or URL-slug for the post in this version. |
| Status | Status | No | Picklist | Publication state for this version (e.g. Draft, Published, Archived). |
| Summary | Summary | No | TextArea(380) | A short excerpt or summary saved in this version. |
| Version | Version | Yes | Number(6,0) | Sequential version number (e.g. 1, 2, 3…). |