
Hi,
We are experiencing a performance for Product integration in AX from a third party system. This is a one way communication to the system.
Can somebody suggest me, if we have any alternate approaches of integrating the data apart from using OdataEntities to avoid this performance issue?
Please suggest me for the alternate approaches and also dis-advantages of not using the Odata entities approach?
Regards,
Pradeep
*This post is locked for comments
I have the same question (0)Hi Pradeep Prakash,
Please look at docs.microsoft.com/.../integration-overview , it says that you use OData when your volume is around 1,000 records per hour and use batch data integrations when volumes are higher up to 300,000 records per hour. So look at recurrent integration options.