StoreConnect Scope Definition Object Reference
On this page
Overview
Defines the static configuration for scope-enabled fields used by the recordScope LWC, including primary and secondary scope objects, UI labels, and hierarchical relationships. This metadata is internal to StoreConnect, not subscriber-editable, and versioned via managed package releases.
| Property | Value |
|---|---|
| API Name | s_c__StoreConnect_Scope_Definition__mdt |
| Label | StoreConnect Scope Definition |
| Plural Label | StoreConnect Scope Definitions |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Active | s_c__Active__c |
Checkbox | No | Indicates whether this scope definition is available for runtime use, providing safe deprecation control without deleting metadata. |
| Definition JSON | s_c__Definition_JSON__c |
LongTextArea(16384) | No | JSON definition describing the scope hierarchy, allowed primary and secondary objects UI metadata (title, subtitle) used by the recordScope LWC. |
| Field API Name | s_c__Field_API_Name__c |
Text(255) | No | API name of the scope field on the parent object (for example, s_c__Outlet_Scope__c). |
| Object API Name | s_c__Object_API_Name__c |
Text(255) | No | API name of the parent object containing the scope field (for example, s_c__Discount__c). |
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.