LedgerJournalTrans.isBankDocumentPaymentProcessNeeded Method
Checks whether the bank document processing logic is needed.
Syntax
private boolean isBankDocumentPaymentProcessNeeded()
Run On
Called
Return Value
Type: boolean
Whether the bank document processing logic is needed.
Remarks
This method will not introduce extra RPC call because every field it accesses is cached. It can avoid unnecessary RPC calls when the bank document processing logic is not required to run.