Share via


MCRSalesTable::findSalesId Method

Finds the MCRSalesTable using the passed sales ID of the SalesTable.

Syntax

client server public static MCRSalesTable findSalesId(
    SalesId _salesId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean used to determine whether or not a record should be selected for update; optional.

Return Value

Type: MCRSalesTable Table
The MCRSalesTable record found.

See Also

Reference

MCRSalesTable Table