BankLCExport::existBySalesTable Method
Determines whether the record in the BankLCExport table exists specified by a SalesId value of the SalesTable table.
Syntax
server public static boolean existBySalesTable(SalesId _salesId)
Run On
Server
Parameters
- _salesId
Type: SalesId Extended Data Type
The SalesId value of the SalesTable table to use.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.