Article_Category__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Display_Name__c | Text | No | No | The name of the article category that you want to show up on the article category list on the website. |
| Information_Markdown__c | LongTextArea | No | No | Article Category information to display after all the articles on the article category page |
| Introduction_Markdown__c | LongTextArea | No | No | Article Category information to display before all the articles on the article category page. |
| Meta_Description__c | LongTextArea | No | No | The content that appears within the meta description tag in the HEAD tag of the Article Category page. |
| Meta_Keywords__c | Text | No | No | The content that appears within the meta keywords tag in the HEAD tag of the Article Category page. |
| Meta_Title__c | Text | No | No | The content that appears within the meta title tag in the HEAD tag of the Article Category page. |
| Parent_Category_Id__c | Lookup(Article_Category__c) | No | No | The parent article category this article category belongs to |
| Path__c | Text | Yes | No | The path at which this article category can be found (unique per store) |
| Position__c | Number(18, 0) | No | No | The Position of this Article Category in navigation. Lower numbers are shown first, records without a number are sorted alphabetically by name |
| Slug__c | Text | No | Yes | [Deprecated] - Use Path |
| Social_Image_Id__c | Lookup(Media__c) | No | No | The Image to show when the Category is shared on Social Media. If not provided, will use the Category’s first image. |
| Store_Id__c | Lookup(Store__c) | Yes | No | The store that this article category belongs to |
| Type__c | Picklist | No | No | The type of articles that this category contains |
| Unique_Store_Path__c | Text | No | Yes | Internal use. This ensures a store can only have one article category with the same path |
| sC_Id__c | Text | No | Yes | StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation