Skip to main content
Known Participant
April 30, 2024
Question

Get all records using a!queryRecordType()

  • April 30, 2024
  • 2 replies
  • 5 views

How to get all records using a!queryRecordType() since batch size -1 is not applicable here therefor any hard coding the batch size might fail in some scenarios.

Help will be appreciated..

2 replies

konduruc733182
Inspiring
April 30, 2024

Hello [mention:ec7f88b172ca4e978db91ce2a1e10e03:e9ed411860ed4f2ba0265705b8793d05] 

What would be the requirement for getting all the records at once? use custom paging where you can change the start index and batchsize dynamically.

Known Participant
April 30, 2024

Yes I was thinking  same and I got solution in community post thanks for your suggestion