PSASchedEmplReservation::sumBookedHrs Method
The total booked hours for a project or quotation
Syntax
client server public static Hours sumBookedHrs(
Num _entityId,
[PSASchedCommit _commitType,
PSARSEntityType _entityType])
Run On
Called
Parameters
- _entityId
Type: Num Extended Data Type
The project or quotation id
- _commitType
Type: PSASchedCommit Enumeration
Specify commitment type as hard or soft
- _entityType
Type: PSARSEntityType Enumeration
Specify target type as project or quotation
Return Value
Type: Hours Extended Data Type
Total booked hours for selected project or quotation
Remarks
It returns the total hard booked hours in project type by default