ProjBudgetRevWorkflowDocument.parmTotalRevisedCostBudget Method [AX 2012]

Determines the sum of all the revised cost budgets for all transaction types.

public ProjTotalRevisedCostBudget parmTotalRevisedCostBudget(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

_companyId
Type: CompanyId Extended Data Type
The company ID that corresponds to the workflow instance.
_tableId
Type: TableId Extended Data Type
The table ID that corresponds to the workflow instance.
_recId
Type: RecId Extended Data Type
The record ID that corresponds to the workflow instance.

Return Value

Type: ProjTotalRevisedCostBudget Extended Data Type
The sum of all the revised cost budgets for all transaction types.

ExceptionCondition
Error

The table ID in the workflow context is not a ProjBudgetRevision record, or the record ID in the workflow context is zero.

Community Additions

ADD
Show: