PSASchedEmplReservation::reservedProj Method

Calculate the total reserved hours for a certain project/activity/quotation during a period of time

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static Hours reservedProj(
            ProjId _sProjId, 
            QuotationId _sQuotationId, 
            ProjActivityId _sActivityId, 
           [TransDate _dFrom, 
            TransDate _dTo, 
            PSASchedCommit _commitType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static Hours reservedProj(
            ProjId _sProjId, 
            QuotationId _sQuotationId, 
            ProjActivityId _sActivityId, 
           [TransDate _dFrom, 
            TransDate _dTo, 
            PSASchedCommit _commitType])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static Hours reservedProj(
            ProjId _sProjId, 
            QuotationId _sQuotationId, 
            ProjActivityId _sActivityId, 
           [TransDate _dFrom, 
            TransDate _dTo])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static Hours reservedProj(
            ProjId _sProjId, 
            QuotationId _sQuotationId, 
            ProjActivityId _sActivityId, 
           [TransDate _dFrom, 
            TransDate _dTo])

Run On

Called

Parameters

Return Value

Type: Hours Extended Data Type
Total hours of reservation

See Also

Reference

PSASchedEmplReservation Table