Salesforce Fact #847 | SOQL INCLUDES with collection
While using SOQL INCLUDES operator with collection, it doesn't support bind expressions.
So, the input collection is to be converted to string format and we need to use dynamic SOQL.
Reference: https://salesforce.stackexchange.com/questions/314035/using-collections-in-soql-includes
Attached is one sample screenshot.
Comments
Post a Comment