Article Category Object Reference
On this page
Overview
| Property | Value |
|---|---|
| API Name | s_c__Article_Category__c |
| Label | Article Category |
| Plural Label | Article Categories |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Display Name | s_c__Display_Name__c |
Text(255) | No | The name of the article category that you want to show up on the article category list on the website. |
| Information Content (Markdown) | s_c__Information_Markdown__c |
LongTextArea(131072) | No | Article Category information to display after all the articles on the article category page |
| Introduction Content (Markdown) | s_c__Introduction_Markdown__c |
LongTextArea(50000) | No | Article Category information to display before all the articles on the article category page. |
| Meta Description | s_c__Meta_Description__c |
LongTextArea(2500) | No | The content that appears within the meta description tag in the HEAD tag of the Article Category page. |
| Meta Keywords | s_c__Meta_Keywords__c |
Text(255) | No | The content that appears within the meta keywords tag in the HEAD tag of the Article Category page. |
| Meta Title | s_c__Meta_Title__c |
Text(255) | No | The content that appears within the meta title tag in the HEAD tag of the Article Category page. |
| Parent Category | s_c__Parent_Category_Id__c |
Lookup (s_c__Article_Category__c) | No | The parent article category this article category belongs to |
| Path | s_c__Path__c |
Text(255) | No | The path at which this article category can be found (unique per store) |
| Position | s_c__Position__c |
Number(18,0) | No | The Position of this Article Category in navigation. Lower numbers are shown first, records without a number are sorted alphabetically by name |
| Social Image | s_c__Social_Image_Id__c |
Lookup (s_c__Media__c) | No | The Image to show when the Category is shared on Social Media. If not provided, will use the Category’s first image. |
| Store | s_c__Store_Id__c |
Lookup (s_c__Store__c) | Yes | The store that this article category belongs to |
| Article Category Type | s_c__Type__c |
Picklist | No | The type of articles that this category contains |
| Unique Store and Path | s_c__Unique_Store_Path__c |
Text(255) | No | Internal use. This ensures a store can only have one article category with the same path |
| StoreConnect External ID | s_c__sC_Id__c |
Text(36) | No | StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Parent_Category_Id__c |
Lookup | s_c__Article_Category__c | Sub_Categories |
s_c__Social_Image_Id__c |
Lookup | s_c__Media__c | Article_Category_Social_Images |
s_c__Store_Id__c |
Lookup | s_c__Store__c | Store_Article_Categories |