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.
This method is used to specify conditions on total number of hours while setting up the configuration for timesheet line workflow.
Syntax
public TSHoursTotal parmTotalWeekHours(
CompanyId _companyId,
TableId _tableId,
RecId _recId)
Run On
Called
Parameters
- _companyId
Type: CompanyId Extended Data Type
Present Company Id supplied by framework.
- _tableId
Type: TableId Extended Data Type
Table Id supplied by framework.
- _recId
Type: RecId Extended Data Type
Record Id of the timesheetline for which total number of hours is required.
Return Value
Type: TSHoursTotal Extended Data Type
Total number of hours in the timesheet line.