Skip to main content

Hi,


I have a simple process  where a employee creates a order with x many items and the order is routed to another emloyee who then gives a price quote per item and sends it back to the originator.


The order and the quote is kept in a single smartobject.


What I want to do when the process finishes is to create a xml document, with repeating node for each order, and drop the file to a external server (maybe through ftp). Is this possible? and if so, how?


 


Thank you

One no-code option would be to use a destination rule that is configured to use the Plan per slot (no destinations) option. This allows one to execute an event (or set of events) in that activity for each entry. So one can set the destination to use that repeating portion of the items and then build the XML for the repeating items that way, with the header and footer getting created before or after that activity.


Reply