BankPositivePayTable::exist Method
Checks to determine whether the record with specified identifier (ID) exists in the BankPositivePayTable table.
Syntax
client server public static boolean exist(BankPositivePayId _bankPositivePayId)
Run On
Called
Parameters
- _bankPositivePayId
Type: BankPositivePayId Extended Data Type
The ID for the bank positive pay format whose record you want to find.
Return Value
Type: boolean
true if the specified record was found in the table; otherwise, false.