I have a table of contacts.
I would like to be able to filter these contacts based on a table filter, using values of a ContactTags model, and then using the selection as the value of a condition.
This condition would limit the Contacts to only contacts with that selected tag.
I just started down this path when I hit this error in a preview: 1. An error occurred while attempting to perform the following SOQL query: SELECT Id,GCP_Interest__c,Name,Birthdate,Account.Name,AccountId,CreatedDate FROM Contact WHERE (Id in (SELECT ItemId FROM ContactTag)) LIMIT 101 Error:Entity ‘ContactTag’ is not supported for semi join inner selects .
Is this a hard stop on one of Salesforce’s unqueryable objects, or am I approaching this the wrong way?
Thanks,
Jacob
Question
Tags as Subquery?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
