RPayGroupMember::del_findFirstAtDate Method
Finds the first group by date.
Syntax
server public static RPayGroupMember del_findFirstAtDate(
RPayPostingProfile _postingProfile,
TableGroupAll _costTypeCode,
RPayCostTypeRelation _costTypeRelation,
RPayPersonEmplId _personEmplId,
BaseDate _date)
Run On
Server
Parameters
- _postingProfile
Type: RPayPostingProfile Extended Data Type
The posting profile.
- _costTypeCode
Type: TableGroupAll Enumeration
The type code.
- _costTypeRelation
Type: RPayCostTypeRelation Extended Data Type
The cost type.
- _personEmplId
Type: RPayPersonEmplId Extended Data Type
The employee id.
- _date
Type: BaseDate Extended Data Type
The date.
Return Value
Type: RPayGroupMember Table
The found employees group.