Share via


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

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

Return Value

Type: RetailSalesQuotationTable Table
The record that is found.

See Also

Reference

RetailSalesQuotationTable Table