RetailSalesQuotationTable::find Method
Finds the RetailSalesQuotationTable record by quotation Id.
Syntax
client server public static RetailSalesQuotationTable find(
QuotationId quoteId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- quoteId
Type: QuotationId Extended Data Type
Identification of the quote.
- _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: RetailSalesQuotationTable Table
The record that is found.