PSAResourceSchedulingBL::getEffortStatus Method [AX 2012]

Get the booked effort status for current project/activity.

server public static container getEffortStatus(
    PSATmpSchedEmplCalendar _psaTmpSchedEmplCalendar, 
    ProjWorkerRecId _worker, 
    RefRecId _workerLegalEntity, 
    ProjActivityId _activityId)

Run On

Server

Parameters

_psaTmpSchedEmplCalendar
Type: PSATmpSchedEmplCalendar Table
The temp table for current employee calendar.
_worker
Type: ProjWorkerRecId Extended Data Type
The worker's ID.
_workerLegalEntity
Type: RefRecId Extended Data Type
The worker's LegalEntity.
_activityId
Type: ProjActivityId Extended Data Type
The activityNumber.

Return Value

Type: container
The container will contain the boolean values in order of [hasEffort, hasHardBookings, hasSoftBookings]
Show: