VendBankAccount.existOpenTransactions Method
Checks for the existence of open transactions based on the bank account active date or the expiry date.
Syntax
public boolean existOpenTransactions(FieldId _fieldId)
Run On
Called
Parameters
- _fieldId
Type: FieldId Extended Data Type
The ID of datetime field that specifies either the bank account active date or the expiry date.
Return Value
Type: boolean
true if open transactions exist for the bank account; otherwise, false.
Remarks
This method is called by validateField method to check whether open transactions exist for the selected vendor bank account whenever the bank account active date or expiration date is modified.