We get this when clicking Get List on a updatable BAQ. I remember in the past a consultant said we could write a baq report that could be put on a schedule to update data overnight. Never figured out how that was done.
Is it possible? When I try to Get List it only fires the BPM once, not once per line. How can an updatable baq just run and change data? I can set fields but when I hit update it reports that no rows were updated.
Before @LoganS suggests it, I want to do it without C#
first off, instead of using a UBAQ to do this, since you now have Epicor FUNCTIONS, you should consider using that instead. Within a Function, you can specify actions to happen, and you can schedule functions to run on a schedule.
Even if I used a function, is there a way, for example, to check checkbox01 on every record of table UD02 without using a code block? I’m just looking for something easier than scheduling a pull-push DMT batch file on the server. If I was steered wrong back in the day that’s fine too.