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

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow