ProjBudgetManager.getQueryWithGroupByClause Method [AX 2012]
private Query getQueryWithGroupByClause(
TableId _tableId,
FieldId _fieldNumForecastModelId,
FieldId _fieldNumProjId,
FieldId _fieldNumCategoryId,
FieldId _fieldNumActivityNumber,
ForecastModelId _forecastModelId,
ProjId _projId,
boolean _summarizeByCategory)
Run On
CalledParameters
- _tableId
- Type: TableId Extended Data Type
- _fieldNumForecastModelId
- Type: FieldId Extended Data Type
- _fieldNumProjId
- Type: FieldId Extended Data Type
- _fieldNumCategoryId
- Type: FieldId Extended Data Type
- _fieldNumActivityNumber
- Type: FieldId Extended Data Type
- _forecastModelId
- Type: ForecastModelId Extended Data Type
- _projId
- Type: ProjId Extended Data Type
- _summarizeByCategory
- Type: boolean
Community Additions
ADD
Show: