So, normally, when you want to see the code definition of a method, you can just right click the code, and navigate to it. However, I can't find where is the definition for processQueryResult in the standard TaxReport class:
So if we see the code in standard class TaxReport method updateAndPostTaxtrans, at about line 61, we have this call:
if (processQueryResult(taxTrans, taxTransGeneralJournalAccountEntryView.LedgerDimension, useTaxTransGeneralJournalAccountEntryView.LedgerDimension))
What does this call do, and how can we see the code of this method?
*This post is locked for comments