Hi all,
I want to create a M:M relationship between Contacts. We will be
storing Patients and Doctors as Contacts, and want to create a M:M
self-join between them, as a Patient can be seen by many Doctors, and
Doctors can see many patients. I created the M:M, and gave it what I
thought would be good names, but they show up on the Contacts Detail
as both with the name "Contacts"... Is there any way to fix this, or
do I have to make one of these two a custom entity? Thanks a lot,
Dave

Re: M:M Relationships (self joins), and the names on the form by davidlcarr

davidlcarr
Tue May 06 17:04:00 CDT 2008

On May 6, 10:08=A0am, davidlc...@earthlink.net wrote:
> Hi all,
> I want to create a M:M relationship between Contacts. =A0We will be
> storing Patients and Doctors as Contacts, and want to create a M:M
> self-join between them, as a Patient can be seen by many Doctors, and
> Doctors can see many patients. =A0I created the M:M, and gave it what I
> thought would be good names, but they show up on the Contacts Detail
> as both with the name "Contacts"... =A0 Is there any way to fix this, or
> do I have to make one of these two a custom entity? =A0Thanks a lot,
> Dave

Aha, fixed! Evidently, if you don't PUBLISH your changes, it defaults
the display name to the entity name... Once I published, they showed
up fine...