Scenario
On the Payment File Administration (PFA) record, when the file is created and uploaded to the Bank, it includes Internal IDs of the Bank Payment Records. Here’s how you can change it to the Vendor ID instead.
Solution
- Log in as Administrator
- Navigate to Payments > Setup > Payment File Templates
- Edit the template used in the Payment File Administration
- Bank File Template field
- After this line on the code: <#list ccdPayments as payment>, add this line: <#assign entityId = payment.entity>
- Locate this line on the code: ${setLength(ebank.custrecord_2663_parent_vendor.entitynumber,15)}
- Change it to: ${setLength(entityId,10)}
- Click Save
- Open the PFA record
- Click Recreate File button
- Wait for the File to finish processing
- The new File Reference should now show the Vendor ID instead of the Internal ID