Share via


TSWorkflowTimesheet.parmTotalHours_Billable Method [AX 2012]

Determines the total billable hours on the timesheet.

Syntax

public TSHoursTotalBillable parmTotalHours_Billable(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: TSHoursTotalBillable Extended Data Type
The total billable hours on the timesheet.

Exceptions

Exception Condition
Error

The table ID must be TSTimesheetTable table.

-or-

The record ID cannot be zero.

Remarks

The total billable hours are summed for the timesheet and the value is returned.

See Also

Reference

TSWorkflowTimesheet Class