Share via


LedgerTransferOpening.setDimensionSegment Method [AX 2012]

Sets a dimension segment according to the supplied dimension segment value and dimension hierarchy.

Syntax

private boolean setDimensionSegment(
    DimensionStorageSegment _segmentToFind, 
    DimensionHierarchyId _dimensionHierarchy, 
    DimensionAttributeValue _dimensionAttributeValue, 
    DimensionStorage _dimensionStorage)

Run On

Called

Parameters

Return Value

Type: boolean
true if the value of the supplied DimensionStorageSegment object has been set successfully; otherwise, false.

See Also

Reference

LedgerTransferOpening Class