Hi All, I have created an Outbound AIF service in AX 2012 RTM using the AIF Wizard. Basically, I have a simple table and a query that I've passed to the AIF Wizard. Everything is working and I see that AIF is creating the XML file for me just fine. I noticed that the generated XML nodes are in alphabetical sequence. Is it possible to rearrange these so ItemId field, for example, appears first in the list instead of CustAccount? I am aware that when using XML, the order of nodes don't make a difference but it's one of those weird scenarios where the order matters due to our customer's demand. I was thinking of re-arranging the EntityKeyList but I'm not sure if that helps. Thanks for any help.
↧