Share via


ReqDemPlanForecastChangeTracker.trackData Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

Return Value

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

See Also

Reference

ReqDemPlanForecastChangeTracker Class