CustVendOpenTransManager.getLastInterestAmount_BR Method [AX 2012]

Retrieves the most currently calculated interest amount from the cache

Syntax

private FinInterestAmount_BR getLastInterestAmount_BR(CustVendTransOpen _custVendTransOpen)

Run On

Called

Parameters

  • _custVendTransOpen
    Type: CustVendTransOpen Map
    The open transaction used to determine the interest amount.

Return Value

Type: FinInterestAmount_BR Extended Data Type
The interest amount for the open transaction. If an amount does not exist in the cache, zero is returned.

See Also

Reference

CustVendOpenTransManager Class