Hi.
System Info: Dynamics 365 Customer Engagement (CRM), On Premise version 1612 (9.0.22.8)
Issues:
When assigning more than 100 records, the assign process fails with error:
"The current batch message contains too many parts. A maximum number of '100' query operations and change sets are allowed in a batch message."
Internally the OData Batch command is called:
https://organisation.url.com/api/data/v9.0/$batch
The batch size in config database is set to 1000.
How can I increase the batch size?
Please note that we are using the standard "Assign" functionality.