Skip to main content

7.5.0 - Accurate record count preview for queries

What's new

Query record count preview works with ORDER BY

When you preview how many records a query will return, Jetstream runs a COUNT() query under the hood. Salesforce does not allow ORDER BY with COUNT(), so any query that included an order clause was failing 100% of the time at the preview step. The order clause is now removed before the count query runs, and the preview works regardless of your sort.