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:

Example Company Bank Details page showing EFT Template Details subtab.

and the following PFA record:

Example Payment File Administration 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

Printed output of the previous code sample.

Related Topics

General Notices