Share via


CustInterestPost::ledgerDimension Method [AX 2012]

Gets the ledger dimension that is associated with the CustInterestVersionDetail record.

Syntax

client server public static LedgerDimensionDefaultAccount ledgerDimension(
    Amount _amount, 
    CustInterest _custInterest, 
    CustInterestJour _custInterestJour, 
    RefRecId _custInterestTransRecId)

Run On

Called

Parameters

  • _custInterest
    Type: CustInterest Table
    The CustInterest buffer that is used for the interest calculation.
  • _custInterestJour
    Type: CustInterestJour Table
    The CustInterestJour buffer that is used for the interest calculation.
  • _custInterestTransRecId
    Type: RefRecId Extended Data Type
    The ID of the transaction record that is associated with the interest calculation.

Return Value

Type: LedgerDimensionDefaultAccount Extended Data Type
The ledger dimension.

See Also

Reference

CustInterestPost Class