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 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
- _salesId
Type: SalesId Extended Data Type
A sales ID of a SalesTable record used to find the MCRSalesTable 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: MCRSalesTable Table
The MCRSalesTable record found.