Share via


BankLCExport::findBySalesTable Method

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

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

See Also

Reference

BankLCExport Table