ProjBudgetOrigWorkflowDocument.parmTotalCostBudget Method [AX 2012]
Determines the sum of cost budgets for all transaction types.
public ProjTotalCostBudget parmTotalCostBudget(
CompanyId _companyId,
TableId _tableId,
RecId _recId)
Run On
CalledParameters
- _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: ProjTotalCostBudget Extended Data TypeThe sum of the cost budgets for all transaction types.
Community Additions
ADD
Show: