RE: How to skip the code and add new code instead of this in standard method
Thanks Mohit and Anton
Let's clarify one things
Suppose I have create an extension class for that duplicate button. And before next I need to write the code.
My question is
Here it will first executed my custom code and then executed next SalesInvoiceDuplicateOriginal
Once it come to next then it will again executed the if condition correct?
That I dont want to executed.
I like to run my custom code only instead of this.
2. In the above pic, it is getting the value from args to get the current record value correct?
In my custom code , I mean in extension class how to call this args value there?
Please give me more shed on this