CustInterestTransLine::findByLineNumInterestNote Method
Finds the specified record in the CustInterestTransLine table.
Syntax
client server public static CustInterestTransLine findByLineNumInterestNote(
LineNum _lineNum,
InterestNote _interestNote,
[int _interestPeriodNum,
boolean _forupdate])
Run On
Called
Parameters
- _lineNum
Type: LineNum Extended Data Type
The line number of the CustInterestTransLine record.
- _interestNote
Type: InterestNote Extended Data Type
The interest note field of the CustInterestTransLine record.
- _interestPeriodNum
Type: int
The interest period number of an interest line.
- _forupdate
Type: boolean
A Boolean value that indicates whether to update the record.
Return Value
Type: CustInterestTransLine Table
A record in the CustInterestTransLine table; otherwise, an empty record.