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
ServerParameters
- _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: containerThe container will contain the boolean values in order of [hasEffort, hasHardBookings, hasSoftBookings]
Show: