Hi team,
As per the customer requirement, the SO confirmation and posting should happened through batch jobs.
So, as per the design , I decided to do through SOF.
In loop, when we receive Sales order from Sales table
We should use try and catch scope.
In try,
We should call the sales order_confirmation and sales order_invoice to confirm and invoice for each and every sales order.
In catch , we captured the failure sales order. So, later we can analysis the same.
Is am I correct ?
Kindhy let me know if anything wrong.
Thanks!