Script Block Object Reference
Overview
Script Blocks contain JavaScript code that will be included on your web store.
| Property |
Value |
| API Name |
s_c__Script_Block__c |
| Label |
Script Block |
| Plural Label |
Script Blocks |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Active |
s_c__Active__c |
Checkbox |
No |
Defines whether the Script Block is active. Only active Script Blocks will be included on the website. |
| Content |
s_c__Content__c |
LongTextArea(131072) |
No |
The JavaScript code of the Script Block, without any |
| Global |
s_c__Global__c |
Checkbox |
No |
Defines whether the Script Block is automatically included on the website. |
| Position |
s_c__Position__c |
Number(18,0) |
No |
This defines the display order of the Script Blocks on the website. Lower numbers appear first. Only applies then Global is checked. |
| Store |
s_c__Store_Id__c |
Lookup (s_c__Store__c) |
Yes |
The Store that the Script Block belongs to. |
| Script URL |
s_c__Url__c |
Url |
No |
The URL of an external Javascript file to be included. If a value is specified, any value in Content will be ignored. |
| 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__Store_Id__c |
Lookup |
s_c__Store__c |
Script_Blocks |