Skip to main content
April 30, 2024
Question

Get all records using a!queryRecordType()

  • April 30, 2024
  • 2 replies
  • 0 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
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.

April 30, 2024

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