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 | Boolean | 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. |
| LastModifiedDate | Datetime | True |
Date and time when the brand template was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the brand template. |
| SystemModstamp | Datetime | True |
Timestamp used by Salesforce to track the last modification of the record for replication and synchronization. |