RetailStockCountLine::findByRefRecId Method
Finds a record in the RetailStockCountLine table with the specified reference record ID value.
Syntax
client server public static RetailStockCountLine findByRefRecId(
RetailReferenceNo _referenceNo,
RefRecId _refRecId,
[boolean _forUpdate])
Run On
Called
Parameters
- _referenceNo
Type: RetailReferenceNo Extended Data Type
The reference number of stock count line.
- _refRecId
Type: RefRecId Extended Data Type
The reference record ID value of the selected record.
- _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.