sf_build_apex_cursor_query
Generate SOQL and Apex cursor code templates for processing large record volumes without hitting governor limits.
Instructions
Build SOQL and Apex cursor code templates for large-record processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| fields | No | ||
| orderBy | No | ||
| fetchSize | No | ||
| soqlQuery | No | ||
| objectName | No | ||
| accessLevel | No | ||
| whereClause | No | ||
| startPosition | No | ||
| cursorVariableName | No | ||
| recordsVariableName | No | ||
| usePaginationCursor | No | ||
| includeQueueableSkeleton | No |