Hi need help. How do I reference/merge field an in...
# general
p
Hi need help. How do I reference/merge field an invoice transaction number on an email template that is sent from a payment record?
b
Keep in mind that customer payments can have multiple invoices on them
the invoice related information is found on the apply sublist of the customer payment
sublists are represented as sequences, so you need to use different syntax to access them
also keep in mind that the representation used for your template is the same as when you edit the customer payment, the apply sublist shows multiple invoices available to be applied to, not just the ones you selected
l
Try ${apply.refnum}