Hi All,
I wanted to know if we can override Private method of child class into parent class ? If yes how?
If no then is there any way to do below issue?
In FormletterParmData ->Reaarange () I have written some custom code which works fine in all condition but when I calls Batch job it is creating issue.
So I wanted to write same code in SalesFormLetterParmDataInvoice. but it is throwing error as this rearrange method is private in FormletterParmData class. Please suggest how to handle this?
*This post is locked for comments