我在 CRM 2011 中遇到了许多类似下面的错误。我知道有一种方法可以覆盖默认值 1000。但是如何做到呢?
工作流程中的错误:ExecuteMultiple 请求批处理大小超过了允许的最大批处理大小!
我在 CRM 2011 中遇到了许多类似下面的错误。我知道有一种方法可以覆盖默认值 1000。但是如何做到呢?
工作流程中的错误:ExecuteMultiple 请求批处理大小超过了允许的最大批处理大小!
For CRM On Premise, you could execute the following SQL Command directly at the MSCRM_CONFIG database (at your own risk):
update deploymentproperties set IntColumn = *"your value here"* where columnname = 'ExecuteMultipleMaxBatchSize'
It takes a while for the changes to be applied. Alternatively, you can restart the Microsoft Dynamics CRM Services