Match Records Across Custom Objects Dynamically
Hello,
Does anyone have any idea/thoughts on the best way to match/tie records within a Lead across different objects in a way that can be used through Smart Lists without needing to be specific to the exact record?
For example:
| Object Name | Person A | Person B | Person C |
| Customer Details | Bob | Susan | Bill |
| Accounts | Savings | Checking | Savings |
| Loans | Car | Motorcycle | Mortgage |
| Identifier Field | 123 | 456 | 789 |
I know I could do something like a unique identifier that applies to the Customer Details, Accounts, and Loans tied to an individual record within the Lead - but is there a way to use a Smart List to do something like:
Has Customer Details
Has Accounts = Savings
Has Loans = Car
Like is there a filter to match without needing to specify the match itself? Like obviously you could do "Field X contains "123" but that doesn't help if you are sending to multiple people.