Hi everyone, I have a problem with NAV 2009 R2
I'm trying to export XML Port with the following code:
XMLPortOrder.SETTABLEVIEW(SalesHeader) ;
XMLPortOrder.SETDESTINATION(XmlOutStream) ;
XMLPortOrder.EXPORT;
after executing third line my client crashes without any message. Am I doing something wrong here?
Comments
Starting from XmlPortOrder of type XmlPort, to bigtext variable. Solution found on bpsoftware.com