A wm document type was created off an xml. This document is also large. Is there a way to initiate all the fields in the document without manually going thru each element.
thanks,
mow
A wm document type was created off an xml. This document is also large. Is there a way to initiate all the fields in the document without manually going thru each element.
thanks,
mow
Try this:
Create an XML document, with the sample values. use loadDocument and read the XML. Map the XML document to WM Document.
I hope it helps.
thanks, that sounds like a great idea !