Wiki Category
Provides access to data fields related to hierarchical categories of the Wiki pages.
The entity's name is: WikiCategory.
| API Name | Label | Required | Data Type | Description |
|---|
| CreatedById | Created By | No | Lookup(User) | The user who originally created this category. Read-Only. |
| CreatedOn | Created On | No | DateTime | Timestamp when this category record was first created. Read-Only. |
| Description | Description | No | TextArea(255) | Free-form notes or description of what this category represents. |
| Id | Id | No | ID | System-generated unique identifier for the category. Read-Only. |
| IsDeleted | Deleted | No | Checkbox | Soft-delete flag (checked if the category is in the recycle bin). |
| ModifiedById | Modified By | No | Lookup(User) | The user who last modified this category record. Read-Only. |
| ModifiedOn | Modified On | No | DateTime | Timestamp of the most recent update to this category. Read-Only. |
| Name | Name | Yes | Text(120) | The human-readable name of the category (displayed in wiki navigation). |
| ParentId | Parent | No | Lookup(Wiki Category) | Optional parent category, allowing categories to be arranged in a hierarchy. |
| Sequence | Sequence | No | Number(12,0) | Numeric sort order for this category within its parent or list. |
| WikiId | Wiki | Yes | MasterDetail(Wiki) | The Wiki record to which this category belongs (determines which pages it groups). |