We're working on our conversion from v10 to CSF. One process we're converting over is the automation of some of our Payables Check runs. This is a 3-step process, perfrorm cash requirements, create electronic payment files and payment close. They need to be run in sequence and finish before the next one starts.
Perform cash requirements is a unique process that has a status that can be checked easily so that I can wait until its done. However, the electronic payment files and payment close are just Async jobs. It seems to spawn several subprocesses as well before its done.
Does anyone have a good way they're monitoring for completion of these types of jobs in CSF? I had a good process in v10, but haven't found the right way in CSF yet.