Share via


CustTransOpenLine::find Method

Finds a specified record in the CustTransOpenLine table.

Syntax

client server public static CustTransOpenLine find(
    RecId _custTransOpenLineId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that determines whether to select the record for update; optional.

Return Value

Type: CustTransOpenLine Table
A CustTransOpenLine table buffer.

See Also

Reference

CustTransOpenLine Table