Hello,
Im new in Navision and i need to export some shipmentdata for our transport guy.
Some values i can get from a table but some tags that my transport guy needs are fixed value
such as our costumer number is there a way in XMLport that make a predefined value for an xml tag ?
example : <someTAG> ExampleText</someTAG> where the "ExampleText" is a fixed value for all XML exports.
0
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Global is made but where can i connect the global to the fixed value ?
with regards,
just add a node in xmlport and assign value to it in
Export::OnBeforePassVariable trigger.
if your node name is someTAG then write
someTAG := " ExampleText " ; in Export::OnBeforePassVariable of someTAG node.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks for the quick response
i thought that at first to but got some error that it is an unknown variable (see picture)
'Example Text';
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav