Share via


HcmWorkerActionEmployment.validateWorkerAssignmentEndDate Method

Validates that the ValidTo date of the HcmWorkerActionEmployment record is greater than or equal to the ValidTo date of the HcmWorkerActionPositionAssignment record.

Syntax

public boolean validateWorkerAssignmentEndDate(
    HcmEmploymentValidFrom _employmentValidFrom, 
    HcmEmploymentValidTo _employmentValidTo, 
    HcmPositionRetirementDateTime _positionDurationValidTo, 
    HcmPositionWorkerAssignmentStartDate _workerAssignmentStartDate, 
    HcmPositionWorkerAssignmentEndDate _workerAssignmentEndDate, 
    HcmPositionRecId _position)

Run On

Called

Parameters

Return Value

Type: boolean
true if the validation passes; otherwise, false.

See Also

Reference

HcmWorkerActionEmployment Table