Share via


TrvWorkflowExpHeader.parmTotalExpenseAmount Method [AX 2012]

Calculates the total expense amount.

Syntax

public TrvTotalExpenseAmount parmTotalExpenseAmount(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: TrvTotalExpenseAmount Extended Data Type
The total expense amount.

Exceptions

Exception Condition
Error

The value of the _tableId parameter is not the table ID of the TrvExpTable table.

Remarks

This method is the workflow calculated field method that is used by the expression builder.

See Also

Reference

TrvWorkflowExpHeader Class