BankLC::existBankLCNumber Method
Determines whether the record in the BankLC table specified by a BankLCNumber value exists.
Syntax
client server public static boolean existBankLCNumber(BankLCNumber _bankLCNumber)
Run On
Called
Parameters
- _bankLCNumber
Type: BankLCNumber Extended Data Type
The value of the BankLCNumber field of the BankLC record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.