Since reading and writing from/to local files in Application Engine is not possible with MT-cloud, how can I read and write external files?
Peter, I suggest you have a quick call with Ruben - just much easier to be in the same time zone
In general, few options:
For export, similar process can be done, but with opposite direction.
--
Nick Gladkov | Senior Product Manager, Infor d/EPM | Infor
I have used option 1 for importing files and this works reasonably well however this technique can't be used for export as there is no Application Engine function to create files in the repository.
In particular I am looking to export a budget file so it can be quite large and some techniques I was thinking of won't work with this scenario.
Hi Peter
The use application engine to format a string then write it into repository is the solution I use to use.
Please find a sample of process I created for pocs.
Georges
Regards
Thanks George, I must of missed seeing the RepositoryCreateFile function.