SalesTableSymbol::findFromSalesTable Method

Finds a SalesTableSymbol record by using a specified SalesTable record.

Syntax

client server public static SalesTableSymbol findFromSalesTable(RecId _salesTableRecId, [boolean _update])

Run On

Called

Parameters

  • _salesTableRecId
    Type: RecId Extended Data Type
    The record ID of the specified SalesTable record that is used to perform the lookup.
  • _update
    Type: boolean
    A Boolean value that indicates whether to select the record for update.

Return Value

Type: SalesTableSymbol Table
A SalesTableSymbol record.

See Also

Reference

SalesTableSymbol Table