ReqDemPlanForecastChangeTracker.trackData Method [AX 2012]

Checks whether the forecast entry has changed and tracks the change if it has.

public boolean trackData(
    ReqDemPlanForecast _forecast, 
    List _forecastFieldList, 
    List _changeEntryFieldList)

Run On

Called

Parameters

_forecast
Type: ReqDemPlanForecast Table
_forecastFieldList
Type: List Class
_changeEntryFieldList
Type: List Class

Return Value

Type: boolean
true if the record contained changes and was tracked; otherwise, false.

Community Additions

ADD
Show: