Hello,
My customization relies in Procurement and sourcing > Purchase Orders > All Purchse orders.
My goal is to perform a customization when the user generates a "Confirmation", however the code of the customization gets executed when the users presses "Confirm" as well.
The customization I am performing is an extension of the class PurchFormLetter and the afterOperationBody() method.
The issue I am facing is the afterOperationBody() method is called even when the "Confirm" button is pressed. Is there a way to fetch the caller ID so that from my PurchFormLetter extension and prevent executing the customization if CallerId=Confirm button?
Thanks