Share via


ReleaseUpdateDB60_Payroll.getLatestWeeklyBenefitDate Method [AX 2012]

Finds the latest possible weekly benefit date for supplied DEL_PRLBenifitId and DEL_EmplId values.

Syntax

public date getLatestWeeklyBenefitDate(DEL_PRLBenifitId _benefitId, DEL_EmplId _emplId)

Run On

Server

Parameters

Return Value

Type: date
A Date value.

Remarks

When the employee's enrolled benefit current accrual year cannot be determined from the source data an attempt will be made to determine the correct accrual year by searching for the ToDate from the latest possible weekly accrual data.

See Also

Reference

ReleaseUpdateDB60_Payroll Class