Share via


AxdPurchaseInvoice.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 super to process all fields except the Ledger Accounts and Default Dimensions.

See Also

Reference

AxdPurchaseInvoice Class