Share via


RetailStockCountLine::findByRecId Method

Finds the record in the RetailStockCountLine table with the specified record ID value.

Syntax

client server public static RetailStockCountLine findByRecId(
    RetailReferenceNo _referenceNo, 
    RecId _recId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailStockCountLine Table
A record in the RetailStockCountLine table; otherwise, an empty record.

See Also

Reference

RetailStockCountLine Table