Apr 03, 2018 11:58 AM
In this scenario, there are 2 tables. A Clients table and a Marketing Spend list.
Each Client has a Status (a single select that can be Lead, Account, Not Interested).
The Marketing Spend list have a “Linked to another record” field where we would only want the “Account” clients to be available to be choseen as an option.
How would we do this?
Feb 01, 2021 05:49 PM
Create a new View in your Clients table that filters for only records that have Status == “Account”. Then in your Marketing Spend list table you can modify the “Linked to another record” field to be limited to only your new View in the Clients table. The result will be that attempting to add a link from the Marketing Spend table only allows selection from the items in your new Clients table View, which is limited to those with the proper Status.
Jun 17, 2021 11:57 AM
If you’re trying to do this in a form, we’ve built a 3rd-party form that allows you to filter linked records dynamically based on another field’s selection.