Friday, June 21, 2019

NAV - Import XML using XMLPort by removing namespaces

Related: You cannot create an Automation object “AutomationVariable” on Microsoft Dynamics NAV Server. You must create it on a client computer.




CREATE(AutomationVariable,FALSE,TRUE)

-------------------------

This is the only solution that actually worked, which involved ignoring XMLports completely, and using the XML DOM Management functions to read the XML file using a codeunit and a function.

No comments:

Post a Comment