ReqForecastReduce.mapPeriodUpdateValue Method [AX 2012]
Updates the map that contains the reduction periods.
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 mapPeriodUpdateValue(
TransDate _reqDate,
real _addValue,
[CustGroupId _customerGroupId,
CustAccount _customerAccountId])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void mapPeriodUpdateValue(TransDate _reqDate, real _addValue)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void mapPeriodUpdateValue(TransDate _reqDate, real _addValue)
Microsoft Dynamics AX 2012 (FPK)
protected void mapPeriodUpdateValue(TransDate _reqDate, real _addValue)
Microsoft Dynamics AX 2012 (SYS)
protected void mapPeriodUpdateValue(TransDate _reqDate, real _addValue)
Run On
CalledParameters
- _reqDate
- Type: TransDate Extended Data Type
A date that contains the start date of the reduction period.
- _addValue
- Type: real
A real value that contains a value which is added to the reduction value.
- _customerGroupId
- Type: CustGroupId Extended Data Type
- _customerAccountId
- Type: CustAccount Extended Data Type
Community Additions
ADD
Show:
Note