Share via


MCRHistSalesTable::find Method

Finds the MCRHistSalesTable record from the passed sales ID.

Syntax

client server public static MCRHistSalesTable find(
    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: MCRHistSalesTable Table
A MCRHistSalesTable record.

See Also

Reference

MCRHistSalesTable Table