Compartir a través de


RetailStockCountLine::findByItemId Method

Finds the record in the RetailStockCountLine table that has the specified item ID value.

Syntax

client server public static RetailStockCountLine findByItemId(
    RetailReferenceNo _referenceNo, 
    ItemId _itemId, 
   [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