AleksandrRogov / DynamicsWebApi

DynamicsWebApi is a Microsoft Dataverse Web API helper library for JavaScript & TypeScript
MIT License
272 stars 60 forks source link

Updated Docs with correct amounts for Batch Requests #71

Closed TomBillingtonUK closed 4 years ago

TomBillingtonUK commented 4 years ago

The Microsoft Docs say the limit is 1000, not 100.

We have also done some local testing and the code can deal will 1000 requests as soon as we hit 1001, Microsoft returns with "The current change set contains too many operations. A maximum number of '1000' operations are allowed in a change set"

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 94.36% when pulling ba2f241be5359f845d3b70b255fc0fe4b703e8fd on Cavalier07:patch-1 into 7d1988829ef0ac3f5df0a42aee32d0f99313b48e on AleksandrRogov:master.

AleksandrRogov commented 4 years ago

@Cavalier07 it seems like this limit has been updated recently. Thanks letting me know about it.