Article__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Author__c Text No No The author of this article, this text is shown on the website as the article author
Body_Markdown__c LongTextArea No No The content of the article shown as the article body when displaying on the website
Hero_Image_Id__c Lookup(Media__c) No No The main image used for the article at the top when viewing and used as the thumbnail of the article when previewing
Intro_Markdown__c LongTextArea No No The introduction of the article, shown after the title and before the body_markdown__c field
Meta_Description__c LongTextArea No No The content that appears within the meta description tag in the HEAD tag of the page
Meta_Keywords__c Text No No The content that appears within the meta keywords tag in the HEAD tag of the page
Meta_Title__c Text No No The content that appears within the meta title tag in the HEAD tag of the page
Path__c Text Yes No The path at which this article can be found (unique per store)
Preview_On_Site__c Formula No 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
Publish_On__c DateTime No 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__c Checkbox(false) No 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__c Checkbox(false) No No Require users to be logged in order to access this article
Slug__c Text No Yes A globally unique identifier for this article.
Social_Image_Id__c Lookup(Media__c) No No The Image to show when the Article is shared on Social Media. If not provided, will use the Article’s hero image.
Store_Id__c Lookup(Store__c) Yes No The store which this article belongs to
Subtitle__c Text No No The optional subtitle of the article, shown after the title and before the contents of the Intro_Markdown__c field
Summary_Markdown__c LongTextArea No 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__c Text Yes No The title of the article
Unique_Store_Path__c Text No Yes Ensure a store can only have one article 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