PSASchedEmplReservation::sumAssignedHrsPerProj Method
The total assigned hours for a project
Syntax
client server public static Hours sumAssignedHrsPerProj(ProjId projId, [boolean hardAndSoftHours])
Run On
Called
Parameters
- projId
Type: ProjId Extended Data Type
The project number
- hardAndSoftHours
Type: boolean
Indicate to return just hard assignment hours or hard and soft assignment hours
Return Value
Type: Hours Extended Data Type
Total assignement hours for selected project
Remarks
It returns the total of hard assignment hours by default