CustTransOpenLine::findByCustInvoiceLineRefId Method
Finds a specified record in the CustTransOpenLine table.
Syntax
client server public static CustTransOpenLine findByCustInvoiceLineRefId(
RecId _custInvoiceLineIdRef,
RecId _custTransOpenRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custInvoiceLineIdRef
Type: RecId Extended Data Type
The record ID of the CustInvoiceLineIdRef table.
- _custTransOpenRecId
Type: RecId Extended Data Type
The record ID of the CustTransOpen 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: CustTransOpenLine Table
A CustTransOpenLine table buffer.