Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _salesId
Type: SalesId Extended Data Type
The sales ID of the original order used to find the MCRHistSalesTable record.
- _forUpdate
Type: boolean
A boolean used to determine whether or not a record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel value that specifies the locking scheme; optional.
Return Value
Type: MCRHistSalesTable Table
A MCRHistSalesTable record.