Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the RetailCounterTable table.
Syntax
client server public static RetailCounterTable find(
TableId _refTableId,
RecId _refRecId,
LineNum _lineNum,
[boolean _forUpdate])
Run On
Called
Parameters
- _refTableId
Type: TableId Extended Data Type
The table to which the transaction refers.
- _refRecId
Type: RecId Extended Data Type
The reference record of the counter.
- _lineNum
Type: LineNum Extended Data Type
The line number of the transaction.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailCounterTable Table
A record in the RetailCounterTable table; otherwise, an empty record.