Question
Same interaction with member as contract summary is showing incorrectly in 2 entities (ContractSummary & Header)
URI: interactions/OP_CDM_Aviva+4262669024169014
Entities: 0fn02wy, 0csDZFP
Answer
- Review the result of interactions using the following API
GET https://<enviroment>.reltio.com/reltio/api/<tenantId>/entities/<entityID
>/_interactions?offset=0&max=20
- Look at the definition of the interaction in the L3.
Example:
"interactionTypes": [
{
"uri": "configuration/interactionTypes/ContactHistoryDetails",
"label": "Contact History Details",
"memberTypes": [
{
"uri": "configuration/interactionTypes/ContactHistoryDetails/memberTypes/HasCustomerInteraction",
"label": "Has Customer Interaction",
"name": "HasCustomerInteraction",
"objectTypeURI": "configuration/entityTypes/Individual"
},
{
"uri": "configuration/interactionTypes/ContactHistoryDetails/memberTypes/HasContractInteraction",
"label": "Has Contract Interaction",
"name": "HasContractInteraction",
"objectTypeURI": "configuration/entityTypes/ContractSummary"
},
{
"uri": "configuration/interactionTypes/ContactHistoryDetails/memberTypes/HasSchemePlanInteraction",
"label": "Has Scheme Plan Interaction",
"name": "HasSchemePlanInteraction",
"objectTypeURI": "configuration/entityTypes/SchemePlan"
},
{
"uri": "configuration/interactionTypes/ContactHistoryDetails/memberTypes/HasHeaderInteraction",
"label": "Has Header Interaction",
"name": "HasHeaderInteraction",
"objectTypeURI": "configuration/entityTypes/Header"
},
{
"label": "Updated Date",
"name": "UpdatedDate",
"type": "Timestamp",
"hidden": false,
"important": false,
"system": false,
"attributeOrdering": {
"orderType": "ASC",
"orderingStrategy": "LUD"
},
"uri": "configuration/interactionTypes/ContactHistoryDetails/attributes/UpdatedDate",
"skipInDataAccess": false
},
{
"label": "Updated By",
"name": "UpdatedBy",
"type": "String",
"hidden": false,
"important": false,
"system": false,
"attributeOrdering": {
"orderType": "ASC",
"orderingStrategy": "LUD"
},
"uri": "configuration/interactionTypes/ContactHistoryDetails/attributes/UpdatedBy",
"skipInDataAccess": false
}
]
}
],
- Configuration of interactions
The above action results in the following.
Resources
https://reltianlearn.reltio.com/loading-data-into-reltio/54403#
Comments
Please sign in to leave a comment.