RE: Prepayment status update only daily
Hello Samantha73,
There is a field in Purchases & Payables Setup (same for Sales) to control this: "Prepmt. Auto Update Frequency", but unfortunately it contains fixed values to: Never, Daily, Weekly
I guess this could be achieved with a customization by adding a new option to that field in setup and checking the function UpdateFrequencyToNoOfMinutes in Codeunit 441 Prepayment Mgt., and all the references to UpdateFrequency in other functions like CreateAndStartJobQueueEntry, etc.
I hope it helps,