RetailSalesTable::findSalesTable Method
Finds the RetailSalesTable record by sales Id.
Syntax
client server public static RetailSalesTable findSalesTable(
SalesTable _salesTable,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _salesTable
Type: SalesTable Table
A sales order record.
- _forUpdate
Type: boolean
True if the record is selected for update; otherwise, false.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The default concurrency model to use when reading records.
Return Value
Type: RetailSalesTable Table
The record that is found.