ReqDemPlanDataProcessingHelper.setNormalizedMinMaxQuantity Method [AX 2012]

Sets the normalized minimum and maximum values defined by the user against the minimum and maximum values of the system.

private void setNormalizedMinMaxQuantity(
    ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilterTable, 
    ReqDemplanForecastIAKParameters _itemAllocationParameters, 
    real _maxValue)

Run On

Called

Parameters

_allocationKeyFilterTable
Type: ReqDemPlanAllocationKeyFilterTmp Table
Temporary table instance to be used.
_itemAllocationParameters
Type: ReqDemplanForecastIAKParameters Table
The record used for retriving user set values for minimum and maximum.
_maxValue
Type: real
The minimum and maximum value ceiling to be normalized against.

Community Additions

ADD
Show: