Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates that the bank account is still active during the time period.
Syntax
server private static boolean checkBankAccountActived(
CompanyBankAccountId _bankAccount,
ValidFromDateTime _validFromDateTime,
ValidToDateTime _validToDateTime)
Run On
Server
Parameters
- _bankAccount
Type: CompanyBankAccountId Extended Data Type
- _validFromDateTime
Type: ValidFromDateTime Extended Data Type
- _validToDateTime
Type: ValidToDateTime Extended Data Type
Return Value
Type: boolean
true if the bank account is still active; otherwise, false.