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
- _specTransRecId
Type: RefRecId Extended Data Type
The record ID of the SpecTrans table.
- _custTransOpenLineRecId
Type: RefRecId Extended Data Type
The record ID of the CustTransOpenLine table.
- _forupdate
Type: boolean
A Boolean value that determines whether to select the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that is used when the table is not automatically concurrent; optional.
Return Value
Type: CustTransMarkedOpenLine Table
A CustTransMarkedOpenLine table buffer.