Monday, February 17, 2020

Turn on Business events in Microsoft Dynamics 365 for Finance and Operations (Platform version : Update31)


You must have been determined that business events parameters form is missing in the System administration module in the 10.0.7 (Platform version : Update31).



So in this version, you can activate Business events through SQL using the script below:

UPDATE [dbo].[BUSINESSEVENTSPARAMETERS]SET [ENABLED] = 1
,[PROCESSORTHREADS] = 1
,[ENDPOINTRETRYCOUNT] = 3
,[BUNDLESIZE] = 50
,[ENDPOINTSPEREVENT] = 10
GO

Do not forget to restart IIS and batch service once the script is executed.

In the 10.0.9 (Platform version : Update33) business events parameters back


No comments:

Post a Comment