Data

The Electronic Bank Payments SuiteApp uses the following data in payment file templates:

Data

Description

transHash

Hash containing transaction search results (sequence) as values with payment internal ID as keys

transHash

Hash containing transaction search results (sequence) as values with payment internal ID as keys

Example

Map of payments and transactions:

Block diagram showing 2 payments, each with 2 mapped transactions.

Command

Transaction IDs for Payment #2 can be printed using the following command:

          <#list transHash["2"] as transaction> 
${‌transaction.tranid}
</#list> 

        

Output

Printed output of the previous code sample.

Related Topics

FreeMarker Template Library for Electronic Bank Payments
Functions
Working with Advanced Templates
Defining Start and End Tags in Advanced Templates
Including Fields from NetSuite Search Results in Advanced Templates
FreeMarker Template Library for Electronic Bank Payments
Advanced Template Snippets
Advanced Template Tips and Tricks
Creating Custom Payment File Templates
Creating a New Custom Payment File Template

General Notices