Share via


LedgerDimensionController.setDimensionStorageSegments Method [AX 2012]

Sets the DimensionStorageSegment objects backing the specified control segment with the specified value.

Syntax

protected void setDimensionStorageSegments(
    int _controlSegmentIndex, 
    str _value, 
   [RecId _dimAttributeValueId, 
    HashKey _hashKey])

Run On

Called

Parameters

  • _controlSegmentIndex
    Type: int
    The control segment index of the value to set.
  • _value
    Type: str
    The value entered by the user.
  • _dimAttributeValueId
    Type: RecId Extended Data Type
    The record ID of the DimensionAttributeValue record for the specified value; optional.

See Also

Reference

LedgerDimensionController Class