SalesTable_W::findBySalesTable Method
Finds the specified record in the SalesTable_W table.
Syntax
client server public static SalesTable_W findBySalesTable(RecId _salesTableRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _salesTableRecId
Type: RecId Extended Data Type
The record Id of the SalesTable record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: SalesTable_W Table
A record in the SalesTable_W table; otherwise, an empty record.