this is my problem : using 6xxx codeunit (XML) i have to create some XML FIles from a new 5xxxx codeunit. How can i Do (for example to extract 2 or more customers??) Is there anyone that can help me!!!
Take a look at the 'XML Document' codeunits, yuo should find all sorts of handy little tips for this. Basically, you need to create an XMLDOM object, fill it with the right nodes and use the Save method to create the actual document.
Comments
have you already searched in the forum for 'create xml' or 'write xml'?
RIS Plus, LLC