Hi everyone!
I'm trying to export a list to xml but the xml port has to be dynamic length meaning only the user knows how many items the xml will have. Is there a way to add nodes to a xml port from c/al code? Or is there a way to create a full xml port from c/al code?
I hope the question was clear I appreciate any advice you can give, I am a beginner at NAV.
0
Comments
In XMLport you can set a Node to be repeated so this should also work in XMLPort
https://www.youtube.com/watch?v=awBDK23Eqgw
In case you prefer CAL take a look at this link
http://blogs.msdn.com/b/nav/archive/2010/03/24/how-to-create-read-xml-file-from-microsoft-dynamics-nav-without-using-xmlports.aspx
I hope this helps.
Thanks.