Including Fields from NetSuite Records in Advanced Templates
The following NetSuite records can be included in custom payment file advanced templates by adding the corresponding keywords:
Record |
Keyword |
---|---|
Company Bank |
cbank |
Payment File Administration |
pfa |
Example
Sample company bank record:

and the following PFA record:

Image No. |
Field Name |
Field ID |
---|---|---|
1 |
Legal Name |
custrecord_2663_legal_name |
2 |
Immediate Origin |
custpage_eft_custrecord_2663_bank_comp_id |
3 |
Reference Note |
custrecord_2663_ref_note |
Template
#OUTPUT START#
Legal Name:
**${cbank.custrecord_2663_legal_name}
Immediate Origin: **${cbank.custpage_eft_custrecord_2663_bank_comp_id}
Reference Note:
**${pfa.custrecord_2663_ref_note}
#OUTPUT END#
Output

Related Topics
- Creating Custom Payment File Templates
- Creating a New Custom Payment File Template
- 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
- Adding Field Validations to Custom Payment File Templates