Link to home
Start Free TrialLog in
Avatar of c1peoples
c1peoples

asked on

Portal based on relationship

Hi All,

I'm working with a portal and am having trouble getting the right information in it.  

I have contacts that I'm keeping track of along with their spouse and children.  In the Contacts table, there is a ContactID assigned to each record along with an auth_ContactID.  The contactID is unique to all records, but the auth_ContactID will reflect the head of the family (HEAD) and so all family members (DEPENDANTS) will have the same auth_ContactID (the HEAD will have the same number for both their ContactID and auth_ContactID).

I've tried creating the portal  based on a table occurance Contacts_Related that is based on the Contacts table with the relationship:

Contacts::ContactID = Contacts_Related::auth_ContactID. (The portal won't popluate)

The portal is on a layout based on the Contact table and ideally, I would like it to populate with all the DEPENDANTS of the HEAD contacts.

This isn't working.  The only way that I can get the portal to populate at all is by making the relationship based on:

Contacts::auth_ContactID = Contacts_Related::ContactID (The portal populates with the HEADS's data in the DEPENDENTS's Contact record, but not the other way around)

Contacts::ContactID = Contacts_Related::ContactID (the portal populates with the Contacts own record and no one
else's)

HELP!! Thanks:)
Avatar of Member_2_908359
Member_2_908359
Flag of France image

see this if it fits:
http://www.lesouef.net/files/heads_dependants.fp7
for each member head, it show all members.
ASKER CERTIFIED SOLUTION
Avatar of Member_2_908359
Member_2_908359
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of c1peoples
c1peoples

ASKER

Do you think that my problem was that the my layout was based on the HEAD (one side of the relationship) instead of the DEPENDANT (many side of the relationship) and the portal on the DEPENDANT instead of the HEAD?  I seem to have done the opposite of what you did.

Thanks!!
the relation is not the problem, but you really have to know what you do when choosing which end of the relationship you gonna use as the layout table, the other one being used for the portal. In yr case the "one" end is to be used for the layout, and the "many" end for the portal