Batch Invoice Posting in D365 F&O - Job runs, but not picking up Delivered sales orders

Hello all - I’ve created a batch job (recurring every 10 minutes) to invoice any sales orders in Delivered status. The batch job is able to run once successfully upon setup, but the recurrences afterwards fail to pick up Delivered sales orders. I can see the job is executing periodically when I view the batch job in the SysAdmin module, but not generating and posting the sales invoices.

I searched the forums for any pointers, but the advice mentioning “Late selection” appears to apply to AX, not F&O. I’m unsure what parameter I might be missing for batch invoicing. Any pointers would be much appreciated!

Late selection hasn’t been removed; it works in F&O the same way as in AX 2012. If you don’t enable it, it will keep processing the same records again, which isn’t what you want. You want it run the query and select orders on every run.

2 Likes

Hi @MartinDrab - thank you for the prompt reply and explanation! I will create another batch job with that parameter enabled.