ProjReserveResourceWBS::returnReservationHours Method [AX 2012]

Returns Assignments hours to resource's Reservation record.

server public static void returnReservationHours(
    ProjId _projId, 
    smmActivityNumber _actNum, 
   [PSASchedCommit _commitType])

Run On

Server

Parameters

_projId
Type: ProjId Extended Data Type
Project Id of the reservation record.
_actNum
Type: smmActivityNumber Extended Data Type
Activity Number of the assignment hours to be returned.
_commitType
Type: PSASchedCommit Enumeration
Commit type of assignment hours to be returned. if None then both hardbook and softbook will be returned.
Show: