RE: Before Purchase order - Product receipt posting, which method get called from which class ?
HI Andre,
I have put the break point in FormLetterService class - PostPurchaseOrderPackingSlip method
Call stack -

I have found PurchPackingSlipJournalPost - StartLines


In the StartLines method having Super(), which called FormLetterJournalPost - StartLines method.
It is mentioned, "Starts the posting for all Journal Lines"
*** My requirement to add some code Before Product receipt posting.
I have added the code before super() in class - PurchPackingSlipJournalPost - StartLines method ? but that is not working.
Kindly guide me is it right place to add the code ? or need to do somewhere else.
Please give me more shed on this.
thanks!