Share via


ReqDemPlanForecastAttributeManager.getAttributeFields Method [AX 2012]

Creates a list of table fields according to the specified list of forecast attributes.

Syntax

public List getAttributeFields(TableId _tableId, List _attributesList)

Run On

Server

Parameters

  • _attributesList
    Type: List Class
    The list of forecast attributes.

Return Value

Type: List Class
The list of table field IDs.

See Also

Reference

ReqDemPlanForecastAttributeManager Class