Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Normalizes given value to be within the user defined boundaries.
Syntax
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.