Share via


CustInterestPost.updateLastInterestDate Method [AX 2012]

Updates the LastInterestDate field of the CustTransOpen and CustSettlement tables.

Syntax

protected void updateLastInterestDate(
    RefRecId _custTransId, 
    date _dueDate, 
    date _lastInterestDate)

Run On

Called

Parameters

  • _dueDate
    Type: date
    The due date of the transaction that forms the basis of an interest note.
  • _lastInterestDate
    Type: date
    The date of the most recent interest calculation for the transaction.

See Also

Reference

CustInterestPost Class