Payment Process Request file
How to add multilple invoice numbers that are included in the payment file for a vendor in "RemittanceMessage".
Basically OutboundPaymentInstruction/OutboundPayment has one or more Document Payable nodes and each has the reference number/invoice number.
How do I bring this into OutboundPaymentInstruction/RemittanceMessage = OutboundPayment/Document Payable[1]/DocumentNumber/ReferenceNumber , OutboundPayment/Document Payable[2]/DocumentNumber/ReferenceNumber etc..for all number of child nodes.
So RemittanceMessage can be added in the eText template to bank.
==================================================
or is there a way in eText template to loop thru OutboundPayment/Document Payable[i]/DocumentNumber/ReferenceNumber and pass the reference numbers to a mapped field.
I don't see any loop statement in eText template.