Wiki Version
Provides a way to offer a version filter for the pages in Wikis. This is a very useful tool for Reference Guides.
The entity's name is: WikiVersion.
| API Name | Label | Required | Data Type | Description |
|---|
| WikiId | Wiki | Yes | MasterDetail(Wiki) | The parent Wiki record this version belongs to. |
| Name | Name | Yes | Text(30) | The label for this version (e.g. “v1.0”, “2025-03 Release”). |
| CreatedById | Created By | No | Lookup(User) | User who originally created this version record. |
| CreatedOn | Created On | No | DateTime | Timestamp when this version was first created. Read-Only. |
| ModifiedById | Modified By | No | Lookup(User) | User who last modified this version. |
| ModifiedOn | Modified On | No | DateTime | Timestamp of the most recent update to this version. Read-Only. |
| IsDefault | Current Version | No | Checkbox | Marks this version as the “current” or default one surfaced for end-users. |
| IsVisible | Visible | No | Checkbox | Controls whether this version is shown in version-selection filters. |
| IsDeleted | Deleted | No | Checkbox | Soft-delete flag (checked if the version is in the recycle bin). |
| Id | Id | No | ID | System-generated unique identifier for the version record. Read-Only. |