Share via


TSWorkflowTimesheet.parmPercentHours_Billable Method [AX 2012]

Calculates the percent billable hours on the timesheet.

Syntax

public TSPercentBillable parmPercentHours_Billable(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: TSPercentBillable Extended Data Type
The total hours on the timesheet.

Exceptions

Exception Condition
Error

The table ID must be a TSTimesheetTable table.

-or-

The record ID cannot be zero.

Remarks

The hours are summed for the timesheet and the percentage of billable hours is returned.

See Also

Reference

TSWorkflowTimesheet Class