ProjYearEndProcess::createForecastRecord Method [AX 2012]
Creates forecast table record of forecast budget type carry forward.
client server public static ProjTransIdBase createForecastRecord(
ProjBudgetLine _projBudgetLine,
PeriodDate _periodStartDate,
AmountCur _remainingAmount)
Run On
CalledParameters
- _projBudgetLine
- Type: ProjBudgetLine Table
The ProjBudgetLine table buffer that is used to create the forecast record.
- _periodStartDate
- Type: PeriodDate Extended Data Type
The date the new forecast record will be created in the forecast table.
- _remainingAmount
- Type: AmountCur Extended Data Type
The amount that is used in the new forecast table record.
Return Value
Type: ProjTransIdBase Extended Data TypeThe transaction ID that is generated for the new forecast record.
Show: