Reltio Connect

 View Only
  • 1.  Duplicate Location Records Created for Same Address Despite RDM Configuration for StateProvince Values (Alabama/AL)

    Reltio Partner
    Posted 12 days ago

    I have configured the following attributes as part of the Location surrogate crosswalk generation: AddressLine1, AddressLine2, City, StateProvince, Country, Street, SubBuilding, Zip4, and Zip5. Despite having RDM configured for StateProvince values such as "Alabama" and "AL", the same address is creating two separate Location records when loaded for different customers. Could you please help identify why the records are not being matched into a single Location entity?
    "surrogateCrosswalks": [
    {
    "enforce": true,
    "generationLogic": "generateUidWhenAllOvMissing",
    "source": "configuration/sources/LegacyMDM",
    "attributes": [
    "configuration/entityTypes/Location/attributes/AddressLine1",
    "configuration/entityTypes/Location/attributes/AddressLine2",
    "configuration/entityTypes/Location/attributes/City",
    "configuration/entityTypes/Location/attributes/StateProvince",
    "configuration/entityTypes/Location/attributes/Country",
    "configuration/entityTypes/Location/attributes/Street",
    "configuration/entityTypes/Location/attributes/SubBuilding",
    "configuration/entityTypes/Location/attributes/PostalCode/attributes/Zip4",
    "configuration/entityTypes/Location/attributes/PostalCode/attributes/Zip5"
    ]
    }
    ]


    ------------------------------
    Keerthana Elangovan
    LTM
    ------------------------------


  • 2.  RE: Duplicate Location Records Created for Same Address Despite RDM Configuration for StateProvince Values (Alabama/AL)

    Reltio Employee
    Posted 12 days ago

    Hi Keerthana,

    If possible, can you please share the JSONs of both entities? I suspect that the lookups may be unresolved.



    ------------------------------
    Thanks,
    Snehil Kamal
    Senior Staff Forward Deployed Engineer
    Reltio
    Bangalore
    ------------------------------



  • 3.  RE: Duplicate Location Records Created for Same Address Despite RDM Configuration for StateProvince Values (Alabama/AL)

    Posted 11 days ago

    I think you need to define this as reference I guess



    ------------------------------
    Chandra Repaka
    Travelers
    Hartford TX
    ------------------------------



  • 4.  RE: Duplicate Location Records Created for Same Address Despite RDM Configuration for StateProvince Values (Alabama/AL)

    Reltio Partner
    Posted 11 days ago

    "surrogateCrosswalks": [
    {
    "enforce": true,
    "generationLogic": "generateUidWhenAllOvMissing",
    "source": "configuration/sources/LegacyMDM",
    "attributes": [
    "configuration/entityTypes/Location/attributes/AddressLine1",
    "configuration/entityTypes/Location/attributes/AddressLine2",
    "configuration/entityTypes/Location/attributes/City",
    "configuration/entityTypes/Location/attributes/StateProvince",
    "configuration/entityTypes/Location/attributes/Country",
    "configuration/entityTypes/Location/attributes/Street",
    "configuration/entityTypes/Location/attributes/SubBuilding",
    "configuration/entityTypes/Location/attributes/PostalCode/attributes/Zip4",
    "configuration/entityTypes/Location/attributes/PostalCode/attributes/Zip5"
    ]
    },
    {
    "enforce": true,
    "generationLogic": "generateUidWhenAllOvMissing",
    "source": "configuration/sources/RE",
    "attributes": [
    "configuration/entityTypes/Location/attributes/AddressLine1",
    "configuration/entityTypes/Location/attributes/AddressLine2",
    "configuration/entityTypes/Location/attributes/City",
    "configuration/entityTypes/Location/attributes/StateProvince",
    "configuration/entityTypes/Location/attributes/Country",
    "configuration/entityTypes/Location/attributes/Street",
    "configuration/entityTypes/Location/attributes/SubBuilding",
    "configuration/entityTypes/Location/attributes/PostalCode/attributes/Zip4",
    "configuration/entityTypes/Location/attributes/PostalCode/attributes/Zip5"
    ]
    }
    ]


    ------------------------------
    Keerthana Elangovan
    LTM
    ------------------------------