Hey,
a few month ago i started coding with NAV 2015.
The last 8 years i just worked with NAV 4.50 to 2009 R2 CC, so some stuff is a little bit new for me
So i have a little basic question about XMLports:
Is it possible to export table data i dont define in the XMLport designer previously ?
For example, i have the following table with one field (TableID):
TableID
470
471
18
Now i want that the XMLport run through that table and export all the data from table 470, table 471 and so on.
Can i realize that with RecRefs or something like that ?
Big thanks in advance.
NS5
Comments
Or you can use DotNet interop and do the same through XMLDocument class... as you will do it when using C# or something else..
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Little note: I wrote a codeunit with an MSXML automation to ex - & import data from NAV.
To check different ways i just want to try if i can realize this with an XMLport.
I dont know if i understand this correctly. How do you trigger the XMLport to export the values after i ran over the Integer table ? I have an Integer table with an entry '18'. Then i fill an RecRef with the values from this table. In the last step i want to export this data but neither i cant define the RecRef as an XMLport Data Source, nor i can use any function or trigger to do so. I think i dont understand this correctly, sorry, so do you have an example for the procedure you have in your mind ?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.