Export needs to have two Processing
group .
Processing group -1 with Source data format –AX ( to
bring AX to staging )
- Processing group -2 with source data format – XML ( while export data to file from AX, you will have to specify the this processing group
- Root Element can be string that will get copied to exported XML root element
- How the XML data should display i.e. sequence you will have to specify in the Processing group -2 i.e. Entity Attributes which we are using to export data in the form of XML.
To automate the Export from DIXF ( use below classes)
- DMFWriteExportData - used to fill the DIXF parameter details
- DMFStagingToSourceFileWriter - Used to export data to given file path
Main method will you what are all the parameter you needed.
Comments
Post a Comment