USING SCOPE Clauses

Issue #1377 resolved
James Melville created an issue

IC2 is missing the scope clause Mine_And_My_Groups. Although it’s incorrectly documented as MineAndMyGroups here: https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_using_scope.htm, it is valid for use with ProcessInstanceWorkItem, and compiles for use against any object (although fails at runtime).

You could also consider removing Queue which isn’t documented and doesn’t compile against any object I’ve tried, and for all other scopes I’ve checked they compile against any object whether or not they work at runtime with that object.

Comments (1)

  1. Log in to comment