by Mike.Sheen » Mon Dec 14, 2015 4:27 pm
If you want to get notification of when a batch of sales orders is processed, then you need to look at the ProcessEnd event from the JiwaSales.BatchProcessing.BatchProcess class.
If you want to get notification of when a single sales order is processed (including when part of a batch), then you have a choice - you can either look at the ProcessedCandidate event from the JiwaSales.BatchProcessing.BatchProcess class, or the Processed event of the JiwaSales.SalesOrder.SalesOrder class.
Mike Sheen
Chief Software Engineer
Jiwa Financials
If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution