RPayReportP4_2013::getTblDayHour Method [AX 2012]

Gets hours/days count and employees count for the period.

server public static container getTblDayHour(
    ReportPeriod_RU _start, 
    ReportPeriod_RU _end, 
    RpayTimeGroupCode _timeGroup, 
    RPayGroup _payGroup, 
    RPayDayHourCalc _rPayDayHourCalc)

Run On

Server

Parameters

_start
Type: ReportPeriod_RU Extended Data Type
The start date.
_end
Type: ReportPeriod_RU Extended Data Type
The end date.
_timeGroup
Type: RpayTimeGroupCode Extended Data Type
The time group.
_payGroup
Type: RPayGroup Extended Data Type
The payroll group.
_rPayDayHourCalc
Type: RPayDayHourCalc Enumeration
The calculation type (days/hours).

Return Value

Type: container
The container with hours/days count and employees count.
Show: