Multiple relationships between the same entities cause multiple lookups to be populated with the same value
Imagine that you create multiple relationships between Accounts and Contacts. This will create several lookup attributes on the Contact entity which may be added to the Contact form. When a new contact is created within an Account all the lookup attributes will be populated with the name of the Account. Often this is not desirable […]