Configure the Properties object
Learn how to configure the Properties section in the UI configuration file.
The properties object defines global settings that apply across the entire Reltio UI. It includes tenant-wide configuration options such as:
- Attribute formatting
- Lookup behavior
- Validation rules
- UI branding (logo, color, header)
- Date and time masks
- Workflow server paths
- Custom scripts and security scopes
You typically configure the properties object once per tenant to set defaults, enforce standards, or activate global features.
Prerequisites for global properties
Before editing the properties object:
- You need access to the Reltio Console
- Back up your current configuration before making changes.
Common Configuration Parameters
Parameter | Description | Possible Values | Example |
---|---|---|---|
attributes | Attributes configuration.
| Object with fields |
\ |
cleanse (optional) | Address cleanse configuration. Each key represents an entity type URI and maps to a CleanseConfiguration object. | Object with fields |
|
customScripts | Configuration for custom scripts. Array of CustomScript objects (see description below). | Array of CustomScript |
|
defaultRoute (optional) | Specifies the default perspective to open when no perspective is defined in the browser URL. If not configured, the Search perspective is used by default. | String | defaultRoute: "dashboard" |
entity | Specifies the default number of attribute values to be displayed in the requested entity.
| Object with fields | entity: {maxValuesInResponse: 3}
|
headerColor (optional) | Specifies the background color of the UI header. | String | headerColor: "#002855" |
i18n (optional) | Map from locale to translation file URL. | Object (key=locale, value=file URL) |
|
logo (optional) | Specifies the link to the image that is displayed on the top-left corner of the screen. The height of the icon should be 35 px or less. | String (URL) | logo: "https://mysite.com/my-logo.png" |
lookups |
Lookup configuration.
showCode: boolean autocomplete (optional): object with fields:
| Object with fields |
|
masks (optional) |
Configuration for date and date-time masking.
| Object with fields (optional) |
|
profileCheckUpdate (optional) |
Configuration options for checking updates after saving a profile.
| Object with fields |
|
showAttributeDescription (optional) | Determines whether to show attribute descriptions in Profile and Relationship views. | Boolean | showAttributeDescription: true |
showEntityId (optional) | Determines whether to display the entity ID in the profile header. | Boolean | showEntityId: true |
showMasking (optional) | Determines whether to display masked attributes. If true, values are masked in the UI. If false, the UI hides the unmask button and relies on the API to mask. | Boolean | showMasking: true |
showSearchByOv (optional) | Enables the "Search by OV" option for search. | Boolean | showSearchByOv: true |
validation |
Validation configuration.
| Object with fields |
|
workflow |
Configuration for workflow service.
| Object with fields |
|