Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the total expense amount.
Syntax
public TrvTotalExpenseAmount parmTotalExpenseAmount(
CompanyId _companyId,
TableId _tableId,
RecId _recId)
Run On
Called
Parameters
- _companyId
Type: CompanyId Extended Data Type
The company ID of the TrvExpTable record.
- _tableId
Type: TableId Extended Data Type
The table ID of the TrvExpTable table.
- _recId
Type: RecId Extended Data Type
The record ID of the TrvExpTable to get the total for.
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.