Share via


TaxableLine.getOperationLedgerDimension Method [AX 2012]

Gets the operation ledger dimension.

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 LedgerDimensionAccount getOperationLedgerDimension(SelectableDataArea _taxObligationCompany)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public LedgerDimensionAccount getOperationLedgerDimension()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public LedgerDimensionAccount getOperationLedgerDimension()

  Microsoft Dynamics AX 2012 (FPK)
          public LedgerDimensionAccount getOperationLedgerDimension()

  Microsoft Dynamics AX 2012 (SYS)
          public LedgerDimensionAccount getOperationLedgerDimension()

Run On

Called

Parameters

Return Value

Type: LedgerDimensionAccount Extended Data Type
The operation ledger dimension.

Remarks

The operation ledger dimension is usually the primary ledger dimension from the transaction line.

See Also

Reference

TaxableLine Interface