ReqForecastReduce.mapPeriodUpdateBalance Method [AX 2012]
Updates the map that contains the reduction periods.
Syntax
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 abstract void mapPeriodUpdateBalance(
TransDate _reqDate,
real _addValue,
[CustGroupId _customerGroupId,
CustAccount _customerAccountId])
Microsoft Dynamics AX 2012 R2 (SYS)
protected abstract void mapPeriodUpdateBalance(TransDate _reqDate, real _addValue)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected abstract void mapPeriodUpdateBalance(TransDate _reqDate, real _addValue)
Microsoft Dynamics AX 2012 (FPK)
protected abstract void mapPeriodUpdateBalance(TransDate _reqDate, real _addValue)
Microsoft Dynamics AX 2012 (SYS)
protected abstract void mapPeriodUpdateBalance(TransDate _reqDate, real _addValue)
Run On
Called
Parameters
- _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 balance.
- _customerGroupId
Type: CustGroupId Extended Data Type
- _customerAccountId
Type: CustAccount Extended Data Type