Share via


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

  • _forUpdate
    Type: boolean
    True if the record is selected for update; otherwise, false.

Return Value

Type: RetailSalesTable Table
The record that is found.

See Also

Reference

RetailSalesTable Table