Share via


HcmWorkerActionPositionAssignment.validateWorkerAssignmentEndDate Method

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

Syntax

public boolean validateWorkerAssignmentEndDate(
    HcmEmploymentValidTo _employmentValidTo, 
    HcmPositionRetirementDateTime _positionDurationValidTo, 
    HcmPositionWorkerAssignmentStartDate _workerAssignmentStartDate, 
    HcmPositionWorkerAssignmentEndDate _workerAssignmentEndDate)

Run On

Called

Parameters

Return Value

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

See Also

Reference

HcmWorkerActionPositionAssignment Table