I want to export xml file from Navision 2009.
I want to have this structure,
If I have table A with field X (data x1,x2,x3) and field Y (data y1,y2,y3).
xml file will be:
<x1> y1 < /x1>
<x2> y2 < /x2>
<x3> y3 < /x3>
is it possible with xml ports?
or I must use another solution?
thank you
I want to have this structure,
If I have table A with field X (data x1,x2,x3) and field Y (data y1,y2,y3).
xml file will be:
<x1> y1 < /x1>
<x2> y2 < /x2>
<x3> y3 < /x3>
is it possible with xml ports?
or I must use another solution?
thank you