Datalabels control the header and subheaders of Entities, Relationships and Interactions in search, on graphs and on profile pages. They are defined under dataLabelPattern and secondaryDataLabelPattern respectively. Values wrapped in curly brackets will be retrieved from attributes, while values entered directly are hardcoded.
Icons
Three different icons make the avatar of an entity – you can use reltio hosted icons or, or you can provide your own. Normally an S3 bucket is used for hosting in this case.
typeIcon - Used in dashboard facets and search
typeImage - Used on the profile page
typeGraphIcon - Used in the graph
Attributes
There are four attribute types.
The simple attributes are what you would think of in Python or Java with a string, integer, date, etc.
Nested attributes are an attribute that holds other attributes; you can go multiple levels deep. It’s best practice never to have more than 50 attributes under one nest, including multi-level nests.
Reference attributes are particular to entities, so you can’t use a reference attribute on a relationship or interaction. They allow you to display the attributes of another entity as an attribute of your current entity through a relationship. For example, you can display the address of a location as an address reference attribute on an individual.
Analytic attributes are used for derived values calculated in RIQ. Reltio does not keep history for analytic attributes. These are only available for Entities.
Metadata Settings