Wiki Page
Provides access to the data fields to track wiki pages' information.
The entity's name is: WikiPage.
| API Name | Label | Required | Data Type | Description |
|---|
| WikiId | Wiki | Yes | MasterDetail(Wiki) | The parent Wiki to which this page belongs. |
| Content | Content | No | TextArea(100,000) | The published HTML or rich-text content of the page. |
| DraftContent | Draft Content | No | TextArea(100,000) | Unpublished draft version of the page’s content. |
| Description | Description | Yes | TextArea(255) | Brief summary or notes about the purpose of this page. |
| Name | Title | Yes | Text(120) | The human-readable title of the wiki page. |
| UniqueName | Unique Name | Yes | Text(120) | System-unique identifier (used in API calls and URLs). |
| WikiCategoryId | Wiki Category | Yes | Lookup(Wiki Category) | Category under which this page is grouped. |
| PublishDate | Publish Date | No | Date | Date on which the page is (or will be) published. |
| Sequence | Sequence | No | Number(12,0) | Numeric order for sorting pages within the same category. |
| Status | Status | No | Picklist | Current state (e.g. Draft, Published). |
| Versions | Versions | No | TextArea(600) | Historical version list or changelog of this page. |
| CreatedById | Created By | No | Lookup(User) | User who originally created the page record. Read-Only. |
| CreatedOn | Created On | No | DateTime | Timestamp when the record was first created. Read-Only. |
| ModifiedById | Modified By | No | Lookup(User) | User who last updated the page record. Read-Only. |
| ModifiedOn | Modified On | No | DateTime | Timestamp of the most recent update. Read-Only. |
| Id | Id | No | ID | System-generated unique identifier for this page. Read-Only. |
| IsDeleted | Deleted | No | Checkbox | Soft-delete flag (checked if the page is in the recycle bin). |