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
- _salesId
Type: SalesId Extended Data Type
The salesID value to search for in the SalesQuotationTable table.
- _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.