Share via


HcmWorkerActionPositionAssignment.validateWorkerAssignmentStartDates Method

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

Syntax

public boolean validateWorkerAssignmentStartDates(
    HcmEmploymentValidFrom _employmentValidFrom, 
    HcmPositionActivationDateTime _positionDurationValidFrom, 
    HcmAvailableForAssignment _positionDetailAvaialbleForAssignment, 
    HcmPositionWorkerAssignmentStartDate _workerAssignmentStartDate, 
    HcmPositionWorkerAssignmentEndDate _workerAssignmentEndDate)

Run On

Called

Parameters

Return Value

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

See Also

Reference

HcmWorkerActionPositionAssignment Table