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 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.