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 #913 | Access selected record field values in screen flow lookup w/o Get Records