Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
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 !