LedgerDimensionController.setValue Method [AX 2012]
Sets the value of the specified control segment by using the specified DimensionAttributeValue record.
Syntax
protected void setValue(
int _controlSegmentIndex,
DimensionAttributeValue _dimAttributeValue,
str _value)
Run On
Called
Parameters
- _controlSegmentIndex
Type: int
The control segment index to set.
- _dimAttributeValue
Type: DimensionAttributeValue Table
The DimensionAttributeValue record to which to set the specified control segment index.
- _value
Type: str
The value entered by the user.