We are running IFS Apps10 UPD8 (planning to go to UPD10). I’m looking for some ideas on how we can get IFS to support both the Canadian EFT format and the US ACH format for supplier payments
Background - we are in Canada. And the Canadian EFT file format does not match the US ACH format. The 2 do the same thing, but have different file formats.
When we implemented IFS Apps8 SP1+, we needed a way to build the bank’s EFT file to upload to their site for electronic payments. At that time, the recommendation was to write logic to redirect the ACH selection to our defined EFT format. We uplifted that code to Apps10 when we upgrade.
Fast forward - our finance department now has a need to do both EFT and ACH payments. Our current solution is an either/or (either EFT or ACH, not both).
I’m looking for suggestions on how we could design a solution so that
- We can revert to standard IFS ACH
- We can continue to create EFT payment files - in the format we already have setup
- We can keep (either as is, or easily migrate to the new solution) the supplier EFT information we have in our system
I’m wondering if anyone else has this requirement (Canadian EFT and ACH for payments), and has any suggestions on how we might build this.