PSASchedEmplReservation::HasReservationInRange Method

Check if the current worker has any hard/soft bookings for current project within a certain date range.

Syntax

client server public static boolean HasReservationInRange(
    RecId _workerId, 
    ProjId _projId, 
    TransDate _fromDate, 
    TransDate _toDate, 
   [smmActivityNumber _actNumber, 
    PSASchedCommit _commitType, 
    RecId _workerLE, 
    boolean _reservationOnly])

Run On

Called

Parameters

Return Value

Type: boolean
true if there is any hard/soft bookings for current worker on current project; otherwise, false;

See Also

Reference

PSASchedEmplReservation Table