GeneralJournalAccountEntry.calculateInternalValues Method

Calculates the internal values for the active record.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void calculateInternalValues([boolean _reverseOppositeSignAmounts])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void calculateInternalValues()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void calculateInternalValues()

  Microsoft Dynamics AX 2012 (FPK)
          public void calculateInternalValues()

  Microsoft Dynamics AX 2012 (SYS)
          public void calculateInternalValues()

Run On

Called

Parameters

  • _reverseOppositeSignAmounts
    Type: boolean

Remarks

The internal values are calculated manually to avoid an insert method override, which would affect program performance.

See Also

Reference

GeneralJournalAccountEntry Table