Infor Process Designer - My Crazy XML Part 2

We previously discussed parsing with the XML node, this time we will discuss building an XML.

Set the XML node Action to Build XML Object and reference the Schema URL (or file path to the schema file).



Click the Build button and then assign the variables to the data elements. Variables in the XML node are wrapped in { } brackets.


Use the Ctrl + Spacebar shortcut to pull up a listing of your available variables.

If you are adding multiple data elements (lines of data) to your XML, you will have to loop and add each one separately and more than likely reference a line number.

You can build different sections of your XML data in separate sections of your IPA flow and combine them together in the final XML node  you build. For example, the loop above was named journalEntryBatchLines and then referenced in the final XML as shown below.



Not just answers, providing solutions