Hello!
So, we’re a bit stuck with development we are doing. We have created an awards nomination system and now it’s time for judging. We have contact recaords in a list of judges (that list that allows access to membership site).
We have those contacts associated with a custom object called ‘Judges’ (judge 1, judge 2 etc). Each of those custom objects is then associated with nomination records (anohter custom object). So we have Contact Record > Judge Record > mulitple nomination records associations.
We are building the CMS page to show nomination records when a judge logs in. We see how to pull the nomination records into the page, but are getting stuck with how to limit which nominations a judge sees based on what they are associated with. Does that make sense?