Jun 05, 2020 09:23 AM
I have a table which is a collection of contacts which are family units (kids & parents/guardians). I had planned on establishing relationships between records by having a “guardian” field which would be a link to a record in the same table. This works great. Problem is that when doing that between 2 tables it creates a linked field in both tables so I get bidirectional link. When linking to the same table I don’t get that bidirectional link - the “guardian” record can’t see what children it has.
I feel like I’m missing something simple but I can’t think this morning. Any way to get the bidirectional link in the same table?
Solved! Go to Solution.
Jun 05, 2020 01:18 PM
Jun 05, 2020 01:18 PM
Jun 08, 2020 08:12 AM
Thanks @Mohamed_Swellam. Its not the solution I was hoping for but the script should work. Hopefully soon they’ll add the ability to run a script on an event other than clicking the run button