ProjBudgetRevisionManager::getSummaryOfRevisionLine Method [AX 2012]

Retrieves the sum of revision lines amounts.

client server public static container getSummaryOfRevisionLine(TmpProjBudgetRevisionLine _tmpProjBudgetRevisionLine, ProjId _selectedProjId)

Run On

Called

Parameters

_tmpProjBudgetRevisionLine
Type: TmpProjBudgetRevisionLine Table
A temporary table for the revision lines.
_selectedProjId
Type: ProjId Extended Data Type
A project ID for which to calculate the amounts.

Return Value

Type: container
A container with the amounts for the already approved budget and the totals for the current revision.
Show: