ReqForecastReduce.mapPeriodCreateSetKeyFromReduceKey Method [AX 2012]
Sets the key element in the map that contains the reduction periods from the reduction key.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
protected void mapPeriodCreateSetKeyFromReduceKey(
ReqReduceKeyId _reduceKeyId,
[boolean _setValue,
ForecastTableType _forecastType,
ReqTransCache _reqTransCache,
ReqSetupDim _setupDim])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void mapPeriodCreateSetKeyFromReduceKey(ReqReduceKeyId _reduceKeyId, [boolean _setValue])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void mapPeriodCreateSetKeyFromReduceKey(ReqReduceKeyId _reduceKeyId, [boolean _setValue])
Microsoft Dynamics AX 2012 (FPK)
protected void mapPeriodCreateSetKeyFromReduceKey(ReqReduceKeyId _reduceKeyId, [boolean _setValue])
Microsoft Dynamics AX 2012 (SYS)
protected void mapPeriodCreateSetKeyFromReduceKey(ReqReduceKeyId _reduceKeyId, [boolean _setValue])
Run On
CalledParameters
- _reduceKeyId
- Type: ReqReduceKeyId Extended Data Type
A string that contains the reduction key ID.
- _setValue
- Type: boolean
A Boolean that determines if the percentage values should be used as the value in the map.
- _forecastType
- Type: ForecastTableType Enumeration
- _reqTransCache
- Type: ReqTransCache Class
- _setupDim
- Type: ReqSetupDim Class
Community Additions
ADD
Show:
Note