MCRSalesTableShipping::findSalesId Method
Finds the MCRSalesTableShipping using the passed sales ID of the SalesTable.
Syntax
client server public static MCRSalesTableShipping 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 MCRSalesTableShipping 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: MCRSalesTableShipping Table
The MCRSalesTableShipping record found.