Share via


SalesQuotationTable::mcrFindBySalesID Method

Finds the record associated with the passed salesIDif one does not exist, a blank record is returned.

Syntax

client server public static SalesQuotationTable mcrFindBySalesID(SalesId _salesId, [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    If true the SalesQuotationTable record is selected for update; otherwise, the SalesQuotationTable record is not selected for update; optional.

Return Value

Type: SalesQuotationTable Table
The SalesQuotationTable record that was found.

See Also

Reference

SalesQuotationTable Table