Is it possible to export (on a schedule) a BAQ in CSV UTF-8 format instead of standard CSV?
I don’t believe so, but this would be something good to add as a suggestion in the Epicor Ideas site: https://epicor-manufacturing.ideas.aha.io/
You can call the BAQSvc from REST on a schedule from PowerShell and have full control of the encoding too.
This ^
That sounds like a fantastic solution. Any way you could point me in the direction of some documentation on setting that up?
Similar to what @Mark_Wonsil suggested, you can also use the new Epicor Automation Studio to run a BAQ, and then do anything you want to with the data that comes from the BAQ. But with Automation Studio, you don’t need to understand how to run a BAQSvc from REST… it is a built in component within Automation Studio and takes no-code. I just built this example in the last 3 minutes:
There’s a nice thread here.
I do have to remember Automation Studio as a new potential solution when we get to 2022.1.
Thanks Tim. We are currently in the upgrade process to Kinetic now. Unfortunately this particular project can’t wait until then.
Thank you very much Mark. Time to dig in.