Question
Lumen Technologies
US
Last activity: 4 Aug 2023 9:21 EDT
Context Dictionary- Customer entity association
Hi,
In Context Dictionary i want associate Customer Entity with ZipCode table. CustomerID is the primary key for Customer Table and ZipCode is Primary Key for ZipCode Table.
When i try to associate ZipCode table with Customer, NBA by default creation a join between these 2 tables joining CustomerID property with ZipCode property. This will not work because these two will never be same. I have property .Zipcode in Customer table and need to associate with .Zipcode property from ZipCode table.
Kindly suggest a way to associate zipcode with Customer table if there is a way to do it.