Share via


CustTransMarkedOpenLine::findByRefId Method

Finds the records of the CustTransMarkedOpenLine table by the SpecTrans and CustTransOpenLine record ID.

Syntax

client server public static CustTransMarkedOpenLine findByRefId(
    RefRecId _specTransRecId, 
    RefRecId _custTransOpenLineRecId, 
   [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: CustTransMarkedOpenLine Table
A CustTransMarkedOpenLine table buffer.

See Also

Reference

CustTransMarkedOpenLine Table