Share via


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

  • _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.

See Also

Reference

CustInterestTransLine Table