Hi all,
We are developing using extensions only in dynamics 365 for operations update 6. I need to print a new custom report after a packing slip is posted. Are there no existing delegates I can tap into for FormLetter postings, specifically the SalesPackingSlipJournalPost class? Seems like every single method down the line is private and I don't see any(!) delegates in any posting class OR SalesPackingSlipJournalCreate class.
I was thinking about tapping into the CustPackingSlipJour.onInserted() event, but I'm not sure if I'll have my lines to harvest for the report at that point.
I'm assuming running custom code for any form letter posting is probably a standard use case...am I missing something?
*This post is locked for comments
I have the same question (0)