BrandTemplate
Stores branding elements and templates for customizing the appearance of Salesforce communities and emails.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the brand template record. | |
| Name | String | False |
Display name of the brand template, used for identification. | |
| DeveloperName | String | False |
Unique API name for the brand template, typically used in code or integrations. | |
| IsActive | Bool | False |
Indicates whether the brand template is currently active and in use. | |
| Description | String | False |
Optional description providing details about the brand template's purpose or usage. | |
| Value | String | False |
The content or HTML markup associated with the brand template. | |
| NamespacePrefix | String | True |
Namespace prefix associated with the brand template, typically used in managed packages. | |
| CreatedDate | Datetime | True |
Date and time when the brand template was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the brand template. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the brand template. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
Timestamp used by Salesforce to track the last modification of the record for replication and synchronization. | |
| LastModifiedDate | Datetime | True |
Date and time when the brand template was last modified. |