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.
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.