Need clarification on below scenario.
I have party entity (ID, FirstName, LastName, FullName, CompanyName, Birthdate, SSN), address entity (ID, Address_1, Address_2, City, State, Zip) and party_address (ID, party_id, address_id, address_type). Party and address are not directly linked but through this party_address.
Now I know that we can create match rule using columns of related entity. But in this scenario how do I use Address attributes to create a match for Party?