Share via


AxdLedgerGeneralJournal.getDimensionId Method [AX 2012]

Translates the dimension value from the xml document into a dimension ID.

Syntax

public RecId getDimensionId(AxdBaseProperty _axdBaseProperty, container _dimensionValue)

Run On

Server

Parameters

  • _axdBaseProperty
    Type: AxdBaseProperty Class
    The property descriptor for the dimension value to translate.
  • _dimensionValue
    Type: container
    The dimension value to translate.

Return Value

Type: RecId Extended Data Type
The dimension ID.

Remarks

This is an override of the method defined on the AxdBase class. This method calls the super method to process all fields except the Ledger Accounts and Default Dimensions.

See Also

Reference

AxdLedgerGeneralJournal Class