DimensionDefaultingControllerBase.setValueData Method [AX 2012]

Updates the value and name fields and internal tracking value and key fields when a value is set or cleared.

protected void setValueData(
    int _dimAttrIndex, 
   [RecId _key, 
    HashKey _hashKey, 
    str _value, 
    str _name])

Run On

Called

Parameters

_dimAttrIndex
Type: int
The control index of the specified dimension attribute to which to set the value.
_key
Type: RecId Extended Data Type
The surrogate key string associated with the DimensionAttributeValue record.
_hashKey
Type: HashKey Extended Data Type
_value
Type: str
The natural key string associated with the DimensionAttributeValue record.
_name
Type: str
The name string that is associated with the backing entity.

Community Additions

ADD
Show: