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

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

See Also

Reference

SalesTable_RU Table