Hello,
I have created another post on this subject few days ago, but decided to create this one too for better explanations.
our goal is to save Customer payment xml file directly to the Azure File Share.
Currently it is downloaded automatically in the local download folder and then we manually upload the file into Azure, which takes much time.
We have seen the post below, but it may work only if the generate Payment doesn't use the ER.
In Azure File share we will have 2 separate folders.
1 with currency EUR and another for any other currency.
Is there Possibility to achieve it with some setup, or writting a code will be 100% necessary?
We need it to be in one go, meaning, by clicking Oks on Generate Payment dialog box, file should be saved directly into Azure File Share.
One thing to mention also is that, currently, as mentioned the file is downloaded locally in download file and it is a .zip file, which contains xml file. We need this xml file, not the .zip file to be placed in Azure file share.
This is the class and method where it is determined if it should go to ER or not. In our case it will be always ER.
Thanks!