You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have configured a queue group in the system called "Outbound Queue." However, this code always returns 0 when executed, but if I manually execute the SOQL obtained from dataQuery.toQueryString(), I can see that it returns data correctly.
The text was updated successfully, but these errors were encountered:
Query dataQuery = new Query('Task').addConditionLike('Owner.Name', 'Outbound%'); System.debug(LoggingLevel.INFO, '***size ' + dataQuery.run().size());
We have configured a queue group in the system called "Outbound Queue." However, this code always returns 0 when executed, but if I manually execute the SOQL obtained from dataQuery.toQueryString(), I can see that it returns data correctly.
The text was updated successfully, but these errors were encountered: