BankLCImport::existByPurchTable Method
Determines whether the specified record in the BankLCImport table exists based on the specified PurchId value of a PurchTable record.
Syntax
server public static boolean existByPurchTable(PurchId _purchId)
Run On
Server
Parameters
- _purchId
Type: PurchId Extended Data Type
A PurchId value of a PurchTable record..
Return Value
Type: boolean
true if the specified record exists; otherwise, false.