ReqDemPlanSSASHelper.normalizeQtyMinMaxDBValue Method [AX 2012]

Normalizes given value to be within the user defined boundaries.

public real normalizeQtyMinMaxDBValue(
    CLRObject qtyDouble, 
    str currValue, 
   [ReqDemPlanTaskLoggerInterface logger, 
    ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilterTable])

Run On

Server

Parameters

qtyDouble
Type: CLRObject Class
Input quantity.
currValue
Type: str
Key (e.g. date).
logger
Type: ReqDemPlanTaskLoggerInterface Interface
The logger instance.
_allocationKeyFilterTable
Type: ReqDemPlanAllocationKeyFilterTmp Table
An instance of the ReqDemPlanAllocationKeyFilterTmp table which holds the allocation key specific data.

Return Value

Type: real
Normalized value.

Community Additions

ADD
Show: