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