is there a job that I can schedule a job/codeunit to run that will automatically archive fully receipted and invoiced PO’s?
There is a report called “Delete Invoiced Purch. Orders”. The report does run the AutoArchivePurchDocument to see if the Archive is checked for Orders based on the Purchase & Payables setup.
2 Likes
Yes, you can schedule a job or codeunit to automatically archive fully receipted and invoiced purchase orders (POs). This involves defining criteria for identifying such POs, checking if all items have been received and invoices recorded. Once the criteria are met, the job runs at set intervals or triggered events, moving the POs to an archive folder or database, updating their status, and generating reports. Note that implementation varies based on your system or software, so consult your system administrator or IT department for proper setup.