Hi again
I'm trying to generate a Target List. The filter I apply is against the Accounts table. I select 'where field = value' and return a list of Accounts.
The problem I occurs is when I try to use that filter to select the Contacts. The list returned has over 100 Accounts and causes an Error 414 (URI too long).
Is there an easier way to do this than manually adding all of the Contacts?
I'm trying to generate a Target List. The filter I apply is against the Accounts table. I select 'where field = value' and return a list of Accounts.
The problem I occurs is when I try to use that filter to select the Contacts. The list returned has over 100 Accounts and causes an Error 414 (URI too long).
Is there an easier way to do this than manually adding all of the Contacts?
Comment