
There is a xmlport having 3 nodes. I would like to bind data in that xmlport multiple times and in the last I would like to export that in a single xml file.
Please suggest me how can I do that.
I don't think using SETTABLEVIEW multiple times would not work ( I havn't tried yet ).Because I think it will override the values again and again and it will store only last values.
Scenario:- I am creating orders in loop and I will get order id and few more values again and again and need to put all in a single xml file.
NOTE: I am using NAV2013
Any idea?
Thank you.
*This post is locked for comments
I have the same question (0)It's not really clear what you're trying to do.
If the target is exporting orders with XMLPort, you can create the data item with header and lines, add the fields you want to export and the output will be a single XML file with all orders.