SalesTable_RU::findBySalesTable Method
Selects a record in the SalesTable_RU table, based on a reference to the SalesTable table.
Syntax
client server public static SalesTable_RU findBySalesTable(RecId _salesTableRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _salesTableRecId
Type: RecId Extended Data Type
A reference to a record in the SalesTable table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the buffer that is returned is marked for update; optional. The default value is false.
Return Value
Type: SalesTable_RU Table
A buffer of the SalesTable_RU table.