RPayExcludeDays::construct Method [AX 2012]

Retrieves instance of inheritable class depends on type of document.

server public static RPayExcludeDays construct(
    RPayExcludeType _excludeType, 
    RHRMEmplId _emplId, 
    StartDate _startDate, 
    EndDate _endDate, 
   [RpayTimeGroupCode _nonAppearanceTimeGroupCode])

Run On

Server

Parameters

_excludeType
Type: RPayExcludeType Enumeration
The type of document.
_emplId
Type: RHRMEmplId Extended Data Type
Employee code.
_startDate
Type: StartDate Extended Data Type
Start date.
_endDate
Type: EndDate Extended Data Type
End date
_nonAppearanceTimeGroupCode
Type: RpayTimeGroupCode Extended Data Type
The non appearance time group code.

Return Value

Type: RPayExcludeDays Class
The instance of inheritable class depends on type of document.
Show: