RE: XMLPort Question - Inserting a row manually in the export file
Hi Rockwith Nav,
I'm not sure how I can explain this more.
Imagine a simple XML file to be used in a export in NAV for the Purchase Line table.
XML Port is used to export the data out into XML.
The only requirement here is the XML export, for all the Purchase Line table rows; there will be a extra row that was created and inserted into the XML export file.
So if Purchase Line contains below rows
1-xkjsdsd-junk-test
2-skdjksd-jksd-test
The export needs to result in below
1-abstract-junk-test
1-abstract-junk-test-copied-and-modified-line
2-more-abstract-jksd-test
2-more-abstract-jksd-test-copied-and-modified-line
Can this be done in NAV XML Port?
Thanks