RE: Safe Pay File Date Append
Hi Evan,
I fear that there is no such thing possible in GP.. The location where to export the EFT file is defined in : Financial >> Routines >> Financial >> Safe Pay >> Upload Maintenance
Unfortunately I don't think you're allowed to use any 'variables' in the path & file name, which leaves only with an option of post-processing, outside of GP.
I'd look for some resident application on the system that would pick the file in folder it was generated and append a date-time stamp to it..
If you own a product like SmartConnect, this is something that should be possible, but there are certainly other ways of doing it for less $$.
Hope this helps.
PS: you still could give it a try.. I don't have any EFT format setup right now, but try to add the %date% variable to your file name (i.e. EFT_export.txt would become EFT_Export_%date%.txt)