CustInterestTrans::findByCustTransIdInterestNote Method

Finds the specified record in the CustInterestTrans table.

Syntax

client server public static CustInterestTrans findByCustTransIdInterestNote(
    CustTransRefRecId _custTransId, 
    InterestNote _interestNote, 
    TransDate _dueDate, 
   [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A boolean value that indicates whether to update the record.

Return Value

Type: CustInterestTrans Table
A record in the CustInterestTrans table; otherwise, an empty record.

See Also

Reference

CustInterestTrans Table