I have 3 tables: Person, Session, and Contract where Contract is a join table.
I am in the Session table layout, in a Contract portal. I have a field – Trainer Name in the Contract table – where I want to select the name of a person from a list of people in the Person table. The Trainer Name field is a dropdown list using values from the Trainer value list “Person::__k_p_Person and Person::Name_Full”. I have tried numerous configurations with table instances and I either cannot alter the Trainer Name field at all, or I get a “?”.
After the Contract record is created, I want it to show up in a Contract portal on the person’s record in the Person table.
Each person will teach multiple sessions.
Each session has multiple trainers.
I have foreign keys in the Contract table for Person and Session.