Skip to main content

Can a Transformer file be create to Append a custom field to an XML output? Can I lookup additional info and add

<CUST_FIELD>Whatever data I lookup</CUST_FIELD>

 

To SEND_PURCHASE_ORDER?

 

Thanks

Can the Transformer file use the data in the xml file to lookup the custom field data and then append it to the Xml file before sending?

 


Hi ​@arebbeadle

 

In the transformer, you cannot retrieve additional data from the database. But if you have the value added in an existing field of the XML, it can be copied to a different field.

 

Hope it helps!


Reply