I am creating a app which will contain two external content types, Account and Contact. Account has a field called contactID which references a specific Contact. Is it possible to associate the two entities so contactID is a lookup field?
I have access to the OData service code so if need be I can change things on that end.
Thanks