I have a custom object “Referral” that is a child of Contact (lookup relationship through “Referred Individual”). A contact can have many referrals. For one referral, I want to see a list of all other referrals for this contact. I have a list of referrals. I want to have a popup that works for each referral so I have set up an action on the table:
Clicking this icon returns only one row even though there are many referrals for this individual:
There are two models - the model for the referral list with no conditions and the model for the popup - called AllReferrals with a condition default off:
The actions for the icon are:
I can’t figure out why I only get one referral returned.