Payment Details Table Fields and Placeholders
|
Invoice Summary Field |
XML Template Placeholders |
Notes |
|---|---|---|
|
Payment Details Section Title |
{ids.label.payment_details_title} |
This is a label. It can be changed or hardcoded. |
|
Date Label |
{ids.label.payment_date} |
This is a label. It can be changed or hardcoded. |
|
Payment Transaction Number Label |
{ids.label.payment_no} |
This is a label. It can be changed or hardcoded. |
|
Transaction Details Label |
{ids.label.payment_details} |
This is a label. It can be changed or hardcoded. |
|
Payment Transaction ID Label |
{ids.label.payment_id} |
This is a label. It can be changed or hardcoded. |
|
Currency Label |
{ids.label.payment_currency} |
This is a label. It can be changed or hardcoded. |
|
Exchange Rate Label |
{ids.label.payment_exchangerate} |
This data is sourced from the transaction record. |
|
Foreign Amount Label |
{ids.label.payment_fxamount} |
This data is sourced from the transaction record. |
|
Amount Label |
{ids.label.payment_amount} |
This data is sourced from the transaction record. |
|
Payment Date |
${paymentdetail.trandate} |
This data is sourced from the payment transaction record. |
|
Payment Transaction Number |
${paymentdetail.transactionnumber} |
This data is sourced from the payment transaction record. |
|
Payment Transaction Details |
${paymentdetail.custbody_ |
This data is sourced from the payment transaction record. |
|
Payment Transaction ID |
${paymentdetail.tranid} |
This data is sourced from the payment transaction record. |
|
Payment Currency |
${paymentdetail.currency} |
This data is sourced from the payment transaction record. |
|
Payment Exchange Rate |
${paymentdetail.exchangerate} |
This data is sourced from the payment transaction record. |
|
Payment Foreign Amount |
${paymentdetail.formulacurrency_fxamount} |
This data is sourced from the payment transaction record. |
|
Payment Amount |
${paymentdetail.formulacurrency_netamount} |
This data is sourced from the payment transaction record. |