Theme Variable Object Reference
On this page
Overview
| Property | Value |
|---|---|
| API Name | s_c__Theme_Variable__c |
| Label | Theme Variable |
| Plural Label | Theme Variables |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Key | s_c__Key__c |
Text(236) | Yes | The unique key for accessing this Theme Variable |
| Theme | s_c__Theme_Id__c |
MasterDetail (s_c__Theme__c) | No | The associated Theme for this Theme Variable |
| Unique Theme Variable Key | s_c__Unique_Theme_Variable_Key__c |
Text(255) | No | An internal field to ensure uniqueness |
| Value | s_c__Value__c |
Text(255) | No | The Value for this Theme Variable |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Theme_Id__c |
MasterDetail | s_c__Theme__c | Theme_Variables |