Overview
Articles are blog posts, press releases, and other complete items of content that are used on the website. These are different from Pages or Content blocks in that they have an Author and are designed to be used as individual, stand-alone posts
| Property |
Value |
| API Name |
s_c__Article__c |
| Label |
Article |
| Plural Label |
Articles |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Author |
s_c__Author__c |
Text(255) |
No |
The author of this article, this text is shown on the website as the article author |
| Content Body (Markdown) |
s_c__Body_Markdown__c |
LongTextArea(131072) |
No |
The content of the article shown as the article body when displaying on the website |
| Article Hero Image |
s_c__Hero_Image_Id__c |
Lookup (s_c__Media__c) |
No |
The main image used for the article at the top when viewing and used as the thumbnail of the article when previewing |
| Introductory Text (Markdown) |
s_c__Intro_Markdown__c |
LongTextArea(131072) |
No |
The introduction of the article, shown after the title and before the body_markdown__c field |
| 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 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 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 page |
| Path |
s_c__Path__c |
Text(255) |
No |
The path at which this article can be found (unique per store) |
| Preview on Site |
s_c__Preview_On_Site__c |
Formula (Text) |
No |
A link to the Article on the webstore. Enables an easy way for users to navigate to the Article on the webstore from within Salesforce |
| Published On Date |
s_c__Publish_On__c |
DateTime |
No |
The date and time at which this article will become visible on the website. Both this and Published__c must be set for the article to be available |
| Published |
s_c__Published__c |
Checkbox |
No |
If true, allows the article to be seen on the website. If false, the article can only be seen via the Preview link. Published and Publish_On must both be set for the article to be available |
| Require Login? |
s_c__Require_Login__c |
Checkbox |
No |
Require users to be logged in order to access this article |
| Search Keywords |
s_c__Search_Keywords__c |
LongTextArea(1024) |
No |
Line-separated list of keywords to improve relevance in article search results. |
| Identifier |
s_c__Slug__c |
Text(255) |
No |
A globally unique identifier for this article. |
| Social Image |
s_c__Social_Image_Id__c |
Lookup (s_c__Media__c) |
No |
The Image to show when the Article is shared on Social Media. If not provided, will use the Article's hero image. |
| Store |
s_c__Store_Id__c |
Lookup (s_c__Store__c) |
Yes |
The store which this article belongs to |
| Subtitle |
s_c__Subtitle__c |
Text(255) |
No |
The optional subtitle of the article, shown after the title and before the contents of the Intro_Markdown__c field |
| Summary |
s_c__Summary_Markdown__c |
LongTextArea(131072) |
No |
The summary allows you to give a short description for the article to show when previewing the article. The title, hero image, and summary are used in the article index view. |
| Title |
s_c__Title__c |
Text(255) |
Yes |
The title of the article |
| Unique Store and Path |
s_c__Unique_Store_Path__c |
Text(255) |
No |
Ensure a store can only have one article 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__Hero_Image_Id__c |
Lookup |
s_c__Media__c |
Hero_Image_Content_Articles |
s_c__Social_Image_Id__c |
Lookup |
s_c__Media__c |
Article_Social_Images |
s_c__Store_Id__c |
Lookup |
s_c__Store__c |
Store_Content_Articles |
Last updated March 6, 2025