Share via


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

  • 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.

See Also

Reference

RetailSumLines Table