You might be able to do something with Attribute Ordering at the L3 level. You can set the ordering of the Event attribute based on the EventType and then the Order attribute on the OrderType. e.g.
[
{
"uri": "configuration/entityTypes/Entity/attributes/Event",
"name": "Event",
"label": "Event",
"type": "Nested",
"attributeOrdering":
{
"orderingStrategy": "FieldBased",
"fieldURI": "configuration/entityTypes/Entity/attributes/Event/attributes/EventType"
}
},
{
"uri": "configuration/entityTypes/Entity/attributes/Order",
"name": "Order",
"label": "Order",
"type": "Nested",
"attributeOrdering":
{
"orderingStrategy": "FieldBased",
"fieldURI": "configuration/entityTypes/Entity/attributes/Order/attributes/OrderType"
}
}
]
------------------------------
Trevor Burn
Assent
------------------------------
Original Message:
Sent: 02-04-2026 04:23
From: Sparsh Bhatia
Subject: Sort and Order in Reltio RecipeRIH
Can anyone help in the property provided for the sorting for these 2 attributes?
------------------------------
Sparsh Bhatia
Accenture
------------------------------