How to implement cXML in Dynamics Axapta 2012 for VendInvoice AIF service

为君一笑 提交于 2019-12-12 03:08:12

问题


We have a request to automatize the process of Vend Invoice creation in Dynamics axapta 2012. The request is to add a customization to be able to create vend invoices using Inbound port AccountsPayable from cXML's.

Does anybody know whit what process to start? Do we have to create a intermediate service which will parse cXML file in XML and to call axapta vend invoice service?


回答1:


If you have your schema defined in your cXML schema and you want to use the standard AIF schema, you'll have to transform your file. You can use .net or XSLT transform in AX or use a middleware before to do the transform. You need to look at the schemas to choose the better solution for you.



来源:https://stackoverflow.com/questions/33960120/how-to-implement-cxml-in-dynamics-axapta-2012-for-vendinvoice-aif-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!