I have to submit BAI2 files for bank reconciliation that are coming in from a logic app into the DMF. I have found that the DMF is no longer used, but I cannot change the way the file comes in as that is handled by an external team. I have created an entity to store the BAI2 file in a raw format.
How can I submit this using x++ to the Electronic Reporting framework as a BAI2 file? Does the GER support BAI2 files? Is there even code to submit files automatically to the GER framework?
My current solution converts the records received into DMF from the external logic app back into a .txt file and stores it in the temp blob storage(or on the local aos server in c:\windows\temp - both are an option). So I have the .txt file as a stream to submit it in any way possible to the GER, but I cannot find a way to do this and there doesn't appear to be documentation on automated GER code.