Employee entity with customer mailing address and customer billing address

0
Hi,   Considering i have a customer entity with shipping and billing address, i have a country entity and i have a province/state entity Question: The customer needs to link to the country entity in relation to the shipping and also the billing address The customer needs to link to the province/state entity in relation to the shipping and also the billing address How would I do the mapping of that in the domain? Please advise, Thanks Daniel    
asked
1 answers
0

Daniel,

Here is one way to accomplish this:

You can navigate to billing or shipping state through the respective association.

You can get to country through either association also, to retrieve billing or shipping country.

Hope that helps,

Mike

answered