BankAccountTable.validateBankDocumentWhenInActiveBank Method

Validates the bank document agreement status to make sure that, if the bank account is closed, the related bank document agreement is not still open.

Syntax

private boolean validateBankDocumentWhenInActiveBank(
    BankAccountHoldStatus _status, 
    ValidFromDateTime _validFromDateTime, 
    ValidToDateTime _validToDateTime)

Run On

Called

Parameters

Return Value

Type: boolean
true if there is no issue; otherwise, false.

See Also

Reference

BankAccountTable Table