问题
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