How to work around the 100 callout limitation?
Create a batchable class, and do as many callouts as you need.
The 100 callout limit applies only to a single transaction, but Batchable classes can create millions of transactions.
You could do this:
You would call this code using:
Of course, this is only an arbitrary example. You could use smaller batch sizes, base them off of records, or do whatever else you need to.
|
Comments
Post a Comment