BIGenerator.dateDimensionMap Method [AX 2012]

Gets or sets the value of the dateDimensionMap property.

Syntax

public Map dateDimensionMap([Map value])

Run On

Called

Parameters

  • value
    Type: Map Class
    The new value of the property; optional.

Return Value

Type: Map Class
The current value of the property.

Remarks

Both the key and value contain the name of the date dimension. A Map object is used so that fast look-ups can occur.

See Also

Reference

BIGenerator Class