RetailSumLines::find Method
Finds the specified record in the RetailSumLines table.
Syntax
client server public static RetailSumLines find(
PurchId purchId,
LineNum lineNum,
[boolean update])
Run On
ClientOrServer
Parameters
- purchId
Type: PurchId Extended Data Type
The identification value of the purchase order.
- lineNum
Type: LineNum Extended Data Type
The line number of the sum lines record.
- update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailSumLines Table
A RetailSumLines record if found; otherwise, an empty record.