CustInterestTrans::findByCustInvoiceLineRefId Method
Finds a specific CustInterestTrans record.
Syntax
client server public static CustInterestTrans findByCustInvoiceLineRefId(
CustInvoiceLineIdRefRecId _custInvoiceLineIdRefRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custInvoiceLineIdRefRecId
Type: CustInvoiceLineIdRefRecId Extended Data Type
The record ID of the CustInvoiceLineIdRef record.
- _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: CustInterestTrans Table
A CustInterestTrans table buffer.