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.
Finds the BankLCExport record specified by a SalesId value of the SalesTable table.
Syntax
client server public static BankLCExport findBySalesTable(SalesId _salesId, [boolean _forUpdate])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The SalesId value of the SalesTable table to use.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: BankLCExport Table
A record in the BankLCExport table if found; otherwise, an empty record.