CustomBrand

Represents a custom branding and color scheme. This object is available in API version 28.0 and later.

Supported Calls

create()describeSObjects()query()retrieve()update()upsert()

Special Access Rules

This object is available only if Salesforce Communities is enabled in your organization.

Fields

Field Name Details
ParentId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The ID of the parent entity that this branding applies to. The parent entity can be either a network, organization, topic, or reputation level.

The branding applies to the entity that the ParentId references. For example, if the ParentId references a network ID, the branding applies to that network (community) only, and if the ParentId references an organization ID, the branding applies to the organization that it is accessed through, and so on. Label is Branded Entity ID.

Usage

Use this object along with CustomBrandAsset to apply a custom branding scheme to your community. The branding scheme for the community shows in both the user interface and in the Salesforce app. You must have “Create and Manage Communities” to customize community branding.

You can also use this object to apply a custom branding scheme to your organization when it is accessed through the Salesforce app.

See Also