PSAResourceSchedulingBL.calcSumHrsForProj Method [AX 2012]

This method is used to calculate the sum of hard and soft hours for the project.

public container calcSumHrsForProj(
    ProjId _sProjId, 
    QuotationId _sQuotationId, 
    ProjActivityId _sActivityId, 
    TransDate _dSchedPrjFrom, 
    TransDate _dSchedPrjTo)

Run On

Server

Parameters

_sProjId
Type: ProjId Extended Data Type
The ID of the project.
_sQuotationId
Type: QuotationId Extended Data Type
The quotation ID of the project quotation.
_sActivityId
Type: ProjActivityId Extended Data Type
The activity ID of the activity in the project.
_dSchedPrjFrom
Type: TransDate Extended Data Type
The start date used to fetch the employee reservations.
_dSchedPrjTo
Type: TransDate Extended Data Type
The end date used to fetch the employee reservations.

Return Value

Type: container
A container with sum of hard and soft hours.

Community Additions

ADD
Show: