How to add payment run count in file?
Hi,
We're integrating AP payments with a bank. The bank specification says the outbound file should start with payment file name and the format of payment file name should be, CLIENT code(4 char) followed by the Date(DDMM) and the extension as a running number corresponding to the number of the file being sent for the day.
For e.g. if client code is 'CODE', payment date is 01-Aug-2017 and payment run for the day is 2, then the outbound payment file should start like CODE0108.002 and next payment file for the day should start like CODE0108.003
Could any of you please suggest how this can be implemented? Thanks in advance.