I am looking to have a report automatically generated on a weekly timer and its XML file moved to a specific folder (instead of the original EpicorData/Reports/user folder).
I imagine this is possible with BPM and C#. Has anyone done anything similar? Differently? Should I just use a Powershell script instead of going through Epicor for the XML folder move?
What version are you on? Assuming you are on prem. As much as I hate to say it…PS would do the job. Up to you how you run and configure your system, but just keep in mind the the technical debt having things outside and inside our ERP
We’re on prem and pretty behind right now. 2022.1.9, but planning on going to cloud next year.
My inclination is to do it with PS because I know very little functional C# and I am uncomfortable in my inexperience with telling Epicor to interact with the server files in that way.
I have someone here that can code and do PS, so it to me it seems like the better option. It seems silly to add Epicor as a step when all I need is for the file to be moved from one windows folder to another.