s_c__Page__c Object Reference
Name | s_c__Page__c |
---|---|
Type | Custom StoreConnect Object |
Description | 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. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Body_Markdown__c | LongTextArea | No | No |
s_c__Hide__c | Checkbox(false) | No | No |
This setting controls if the page is included within automatically generated lists of pages, such as in the navigation bar or footer. | |||
s_c__Meta_Description__c | LongTextArea | No | No |
s_c__Meta_Keywords__c | Text | No | No |
s_c__Meta_Title__c | Text | No | No |
s_c__Parent_Id__c | Lookup (s_c__Page__c) | No | No |
s_c__Path__c | Text | Yes | No |
s_c__Position__c | Number(18, 0) | No | No |
The position of this page in relation to its parent page if any | |||
s_c__Preview_On_Site__c | Formula | No | No |
s_c__Require_Login__c | Checkbox(false) | No | No |
s_c__Search_Keywords__c | LongTextArea | No | No |
Line-separated list of keywords to improve relevance in page search results. | |||
s_c__Slug__c | Text | No | Yes |
A globally unique identifier for this page. | |||
s_c__Social_Image_Id__c | Lookup (s_c__Media__c) | No | No |
The Image to show when the Page is shared on Social Media. If not provided, will use the Page's first image. | |||
s_c__Store_Id__c | Lookup (s_c__Store__c) | Yes | No |
s_c__Subtitle__c | Text | No | No |
s_c__Title__c | Text | No | No |
s_c__Unique_Store_Path__c | Text [External ID] | No | Yes |
Ensure a store can only have one page with the same path | |||
s_c__Visible__c | Checkbox(true) | No | 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. | |||
s_c__sC_Id__c | Text [External ID] | 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