Article Category
Provides access to data categories applied to article posts. Each article post can be associated with a single category.
The entity name is: "BlogCategory".
| API Name | Label | Required | Data Type | Description |
|---|
| BlogId | Article Type | Yes | MasterDetail(Article Type) | Links this category to an Article Type, controlling which posts it applies to. |
| CreatedById | Created By | No | Lookup(User) | The user who created this category records. Read-Only. |
| CreatedOn | Created On | No | DateTime | Timestamp when the category was first created. Read-Only. |
| Id | Id | No | ID | System-generated unique identifier for the category record. 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 record. Read-Only. |
| Name | Name | Yes | Text(120) | The human-readable name of the category (displayed to end-users). |
| SortOrder | Sort Order | No | Number(18,0) | Numeric value used to control the display order of categories. |
| UseCount | Use Count | No | Rollup Summary | Roll-up count of how many posts are assigned to this category. |