Share via


InventTrackingDimTracingCriteria.activeDimensions Method [AX 2012]

Retrieves the set of active or sales process active dimensions. This is to determine what dimensions are active and inactive for clearing values for inactive dimensions.

If there are no dimensions, in this case we should return the empty set as this will enable the identification of all existing dimensions as being inactive.

Syntax

private Set activeDimensions()

Run On

Called

Return Value

Type: Set Class
A set of dimensions which are active. If there are no dimensions, the empty set is returned.

See Also

Reference

InventTrackingDimTracingCriteria Class