ReqForecastReduce.mapPeriodInsert Method [AX 2012]
Inserts reduction periods in the map that contains 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 mapPeriodInsert(
TransDate _date,
real _value,
[CustGroupId _customerGroupId,
CustAccount _customerAccountId])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void mapPeriodInsert(TransDate _date, real _value)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void mapPeriodInsert(TransDate _date, real _value)
Microsoft Dynamics AX 2012 (FPK)
protected void mapPeriodInsert(TransDate _date, real _value)
Microsoft Dynamics AX 2012 (SYS)
protected void mapPeriodInsert(TransDate _date, real _value)
Run On
CalledParameters
- _date
- Type: TransDate Extended Data Type
A date that contains the begining date of a reduction period.
- _value
- Type: real
A real value that contains the reduction value (can be a quantity or percentage depending on the reductio principle).
- _customerGroupId
- Type: CustGroupId Extended Data Type
- _customerAccountId
- Type: CustAccount Extended Data Type
Community Additions
ADD
Show:
Note