Unify and manage your data

Reference: Supported values and field types

Learn more about the common fields and values used in the UI configuration file.

Screen classes (class field in layout[])

These values define which type of UI screen is rendered.

ValueDescription
DashboardDisplays configurable chart-based views
SearchGlobal search screen for entity types
SegmentationSegment builder and viewer
DQDashboardData quality metrics and completeness charts
CustomActionNavigation button for executing JS scripts
ConsoleAppActionLinks to external Reltio Console apps

Supported chart types (chartType in DashboardFacet)

ValueDescription
barBar chart (vertical or horizontal)
piePie chart
donutDonut chart
lineLine chart showing trends
cloudWord cloud by frequency
bubbleBubbles scaled by metric
mapMap visualization using TopoJSON
treeTree diagram grouped by value
tableTable view with bars embedded in cells

Profile view components (component in profile views[])

ValueDescription
AttributesEditable panel of multiple attributes
AttributeTableRepeating table of attribute rows
SingleAttributeFocused single-attribute editor
RelationsVisual or nested relationship viewer
RelationsTableTabular relationship display
HierarchyPathsLinear hierarchy path viewer
HierarchyTreeTree-based hierarchy viewer
InteractionsListList of interactions
InteractionsTableTable of interactions
ImageAttributeRenders an image attribute
GaugeNumeric attribute shown in gauge format
MapRenders an entity on a map
PotentialMatchesUI for reviewing potential matches
SendFeedbackFeedback widget with Zendesk link
CustomEmbeds a JS-driven or iframe view

Access control fields

FieldDescriptionValue Type
canReadRoles allowed to view the componentstring[]
canUpdateRoles allowed to update the contentstring[]
canCreateRoles allowed to create contentstring[]
canDeleteRoles allowed to delete contentstring[]

These fields are optional but recommended for granular role-based access.

Layout grid fields (layout[] inside Dashboard, profile, or pivoting)

FieldDescriptionType
idMust match the ID of a view defined in the layoutstring
x, yCoordinates for grid placement (starting from 0)number
widthWidth of the item in grid unitsnumber
heightHeight of the item in grid unitsnumber
isStaticPrevents the user from dragging or resizing the itemboolean
minWidth, maxWidthMinimum and maximum grid width allowed for this itemnumber
minHeight, maxHeightMinimum and maximum grid height allowed for this itemnumber

Chart ordering options

FieldDescriptionSupported Values
orderTypeDefines how chart values are sortedreversedCount, alphabetical
sortByLabelIf true, sorts chart items by label instead of counttrue, false
showOthersIf true, groups less frequent values into an “Others” slice or bartrue, false

Field types in the properties object

FieldDescriptionType
checkIdleIdle timeout in milliseconds, or use true for default timeoutnumber or true
customScriptsList of JavaScript files and matching API patternsobject[]
defaultRouteSpecifies which screen loads first after loginstring
logoURL of the logo image displayed in the top-left cornerstring (URL)
masks.dateMaskFormat mask used for date fieldsstring (mask)
masks.dateTimeMaskFormat mask used for datetime fieldsstring (mask)
workflow.pathURL to the workflow serverstring (URL)

Validation configuration

FieldDescriptionAccepted Values
levelsSpecifies which types of validation messages to show in the profile["ERROR"], ["ERROR", "WARNING"]
validateReadModeEnables validation checks when reading entitiestrue, false
validateRelationsEnables validation on entity relationshipstrue, false

Supported sidePanelViews

ValueDescription
HistoryDisplays audit history for the profile
WorkflowShows associated workflow tasks
DiscussionDisplays discussion threads (if enabled)
D&BD&B enrichment status (if integrated)