theme EntityType

Information that's used to set custom visual theme options for client applications.

Entity Set Path
[organization URI]/api/data/v9.2/themes
Base Type
crmbaseentity
Display Name
Theme
Primary Key
themeid
Primary Key Attribute
name
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
accentcolor Edm.String

Choose the Unified Interface secondary theme color to be used on the process control

Display Name: Accent Color

backgroundcolor Edm.String

For internal use only.

Display Name: Background Color

controlborder Edm.String

Choose the color that controls will use for borders

Display Name: Control Hover Border Color

controlshade Edm.String

Choose the background color for controls to use to indicate when you hover over items

Display Name: Control Hover Fill Color

createdon Edm.DateTimeOffset

Date and time when the record was created.

Display Name: Created On

Read Only
defaultcustomentitycolor Edm.String

Choose the default custom entity color if no color is assigned

Display Name: Default Custom Entity Color

defaultentitycolor Edm.String

Choose the default color for system entities if no color is assigned

Display Name: Default Entity Color

exchangerate Edm.Decimal

Exchange rate for the currency associated with the Theme with respect to the base currency.

Display Name: ExchangeRate

Read Only
globallinkcolor Edm.String

Choose the color for all links, such as e-mail address and lookup links, and for all buttons that are in focus

Display Name: Link and Button Text Color

headercolor Edm.String

Choose the color for title text, such as form tab labels

Display Name: Title Text Color

hoverlinkeffect Edm.String

Choose the color that commands or lists will use to indicate hovered over items

Display Name: Hover Link Color

importsequencenumber Edm.Int32

Sequence number of the import that created this record.

Display Name: Import Sequence Number

isdefaulttheme Edm.Boolean

Default status of theme.

Display Name: Default Theme

Default Options
Values Label
1 Yes
0 No
logotooltip Edm.String

Enter text that will be used as the tooltip and alt text for the logo.

Display Name: Logo Tooltip

maincolor Edm.String

Choose the Unified Interface primary theme color to be used on main command bar, buttons and tabs

Display Name: Main Color

modifiedon Edm.DateTimeOffset

Date and time when the record was modified.

Display Name: Modified On

Read Only
name Edm.String

The name of the Theme Entity.

Display Name: Theme Name

navbarbackgroundcolor Edm.String

Choose the primary Navigation Bar background color

Display Name: Navigation Bar Fill Color

navbarshelfcolor Edm.String

Choose the secondary Navigation Bar background color

Display Name: Navigation Bar Shelf Fill Color

overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display Name: Record Created On

pageheaderbackgroundcolor Edm.String

Choose the page header background color

Display Name: Page Header Fill Color

panelheaderbackgroundcolor Edm.String

Choose the panel header background color

Display Name: Panel Header Fill Color

processcontrolcolor Edm.String

Choose the primary background color for process controls

Display Name: Legacy Accent Color

selectedlinkeffect Edm.String

Choose the color that commands or lists will use to indicate selected items

Display Name: Selected Link Color

statecode Edm.Int32

Status of the Theme

Display Name: Status

Read Only
Default Options
Values Label
0 Custom
1 System
statuscode Edm.Int32

Reason for the status of the Theme

Display Name: Status Reason

Default Options
Values Label
1 Custom
2 System
themeid Edm.Guid

Unique identifier for entity instances

Display Name: Theme

timezoneruleversionnumber Edm.Int32

For internal use only.

Display Name: Time Zone Rule Version Number

type Edm.Boolean

Define type of theme.

Display Name: Type

Default Options
Values Label
1 Custom
0 System
utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display Name: UTC Conversion Time Zone Code

versionnumber Edm.Int64
Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_createdby_value createdby

Unique identifier of the user who created the record.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the record.

_logoid_value logoimage

Upload a web resource to use as a logo. Recommended dimensions are a height of 50 pixels and a maximum width of 400 pixels.

_modifiedby_value modifiedby

Unique identifier of the user who modified the record.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the record.

_organizationid_value organizationid

Unique identifier for the organization

_transactioncurrencyid_value transactioncurrencyid

Exchange rate for the currency associated with the Theme with respect to the base currency.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
createdby systemuser lk_theme_createdby
createdonbehalfby systemuser lk_theme_createdonbehalfby
logoimage webresource lk_theme_logoid
modifiedby systemuser lk_theme_modifiedby
modifiedonbehalfby systemuser lk_theme_modifiedonbehalfby
organizationid organization organization_theme
transactioncurrencyid transactioncurrency TransactionCurrency_Theme

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
theme_AsyncOperations asyncoperation regardingobjectid_theme
theme_BulkDeleteFailures bulkdeletefailure regardingobjectid_theme
theme_ProcessSession processsession regardingobjectid_theme

Operations

The following operations can be used with the theme entity type.

Name Binding
PublishTheme Bound to Entity

See also