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
> Retrieve GlideRecord results in batches (pagination) to avoid large query memory issues.
4
+
5
+
**Use case:**
6
+
During a data-cleanup automation, I hit performance issues when querying 20k+ incidents. This helper lets you fetch results in pages (e.g., 100 at a time).
0 commit comments