Good evening, friends!
In my extension class I need to override original methods return value. Is it possible? The original method is this:
protected boolean isPurchConfirmationRequestJournal()
{
return this.parmPurchaseOrderContract().parmIsPurchConfirmationRequestJournal();
}
I would just need to return false;
Best regards,
Roberts