Hi,
I am working in integrating the Dynamics Ax and Ecommerce application (Magento) synchronously by consuming Magento webservices in Dynamics Ax.
I want to create data in ecommerce application whenever the data has been created in Ax. For example : When ever the "Category" has been created in Ax, My custom code in Ax should call Magento webservices in x++ for sending and creating category in Ecommerce application, vice versa for update.
The actual question is "Where should i put custom code" for calling ecommerce application web services. In Ax for creating a category is in "EcoResCategory" form. There are methods at form level, at each individual datasource in a form and table methods.
Dynamics Ax saves the form data automatically like whenever we go to the next field in a form, It looks like to call ecommerce application service many times which will raise the performance issues.
*This post is locked for comments
I have the same question (0)