Hello all,
I have been working on ACH export scenario. And I am not able to setup the file name in the format as:
ACH_MMDDYYYYHHMMSS.txt
The current format:
=Format( 'ACH{0:MMddYYYY}-{1:00}.txt', [Document.TranDate], [Document.BatchNbr] )
Hello all,
I have been working on ACH export scenario. And I am not able to setup the file name in the format as:
ACH_MMDDYYYYHHMMSS.txt
The current format:
=Format( 'ACH{0:MMddYYYY}-{1:00}.txt', [Document.TranDate], [Document.BatchNbr] )
Best answer by DipakNilkanth
Hi
Try the formula below:
=Format('ACH_{0:MMddyyyyHHmmss}.txt', [Document.TranDate])
I haven’t verified it, but I believe it should work.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.