Share via


SalesTable_RU::findBySalesId Method

Selects a record in the SalesTable_RU table that is associated with a specified sales ID.

Syntax

client server public static SalesTable_RU findBySalesId(SalesId _salesId, [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