Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _custTransId
Type: CustTransRefRecId Extended Data Type
The customer transaction ID of the CustInterestTrans record.
- _interestNote
Type: InterestNote Extended Data Type
The interest note field of the CustInterestTrans record.
- _dueDate
Type: TransDate Extended Data Type
The due date of the customer transaction.
- _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.