Page Object Reference

Overview

A Page represents a path within your store that holds some sort of content. They are different from Articles in that they are not news items or posts, but instead separate pages on your site such as About Us or Terms of Use.

Property Value
API Name s_c__Page__c
Label Page
Plural Label Pages
Type Custom Object

Fields

Field Label API Name Type Required Description
Content Body (Markdown) s_c__Body_Markdown__c LongTextArea(131072) No Use Markdown or HTML to format your text. Find out more at https://help.getstoreconnect.com/documentation/how-to-use-markdown.
Hide Page from Navigation and Menus s_c__Hide__c Checkbox No This setting controls if the page is included within automatically generated lists of pages, such as in the navigation bar or footer.
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
Parent Page s_c__Parent_Id__c Lookup (s_c__Page__c) No
Path s_c__Path__c Text(255) No The path at which this page can be found (unique per store).
Parent Position s_c__Position__c Number(18,0) No The position of this page in relation to its parent page if any
Preview on Site s_c__Preview_On_Site__c Formula (Text) No
Require Login? s_c__Require_Login__c Checkbox No Require users to be logged in order to access this page.
Search Keywords s_c__Search_Keywords__c LongTextArea(1024) No Line-separated list of keywords to improve relevance in page search results.
Identifier s_c__Slug__c Text(255) No A globally unique identifier for this page.
Social Image s_c__Social_Image_Id__c Lookup (s_c__Media__c) No The Image to show when the Page is shared on Social Media. If not provided, will use the Page's first image.
Store s_c__Store_Id__c Lookup (s_c__Store__c) Yes
Subtitle s_c__Subtitle__c Text(255) No
Title s_c__Title__c Text(255) No
Unique Store and Path s_c__Unique_Store_Path__c Text(255) No Ensure a store can only have one page with the same path
Publish the page on the site s_c__Visible__c Checkbox No Visible__c defines if the page is published at all on the site. If false, it will not be viewable even if you try and view it via the direct URL. The only way to view it on the site if this is false is by using the preview on site link.
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_Id__c Lookup s_c__Page__c Pages
s_c__Social_Image_Id__c Lookup s_c__Media__c Page_Social_Images
s_c__Store_Id__c Lookup s_c__Store__c Store_Pages