ReqDemPlanForecastChangeTracker.forecastToString Method [AX 2012]

Returns a string representation of a forecast record that is to be used for error handling.

Syntax

private str forecastToString(ReqDemPlanForecast _forecast, List _fieldList)

Run On

Called

Parameters

  • _fieldList
    Type: List Class
    The list of field IDs in the forecast table.

Return Value

Type: str
A string value.

See Also

Reference

ReqDemPlanForecastChangeTracker Class