PSAResAssignAnalysisBase.run Method [AX 2012]

Sets the values of the global variables and calls child class methods.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          public void run(
           [TransDate _dStartDate, 
            TransDate _dEndDate, 
            DimensionDefault _dimension, 
            HcmWorkerRecId _sSupervisor, 
            boolean _bDisplayOption, 
            PSAProjDisplayMethod _eProjDisplayMethod, 
            Common _tCommon, 
            PSAProjectTypeOption _oProjTypeOption, 
            OMDepartmentRecId _OMDepartmentRecId, 
            HcmWorkerRecId _worker])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void run(
           [TransDate _dStartDate, 
            TransDate _dEndDate, 
            DimensionDefault _dimension, 
            HcmWorkerRecId _sSupervisor, 
            boolean _bDisplayOption, 
            PSAProjDisplayMethod _eProjDisplayMethod, 
            Common _tCommon, 
            PSAProjectTypeOption _oProjTypeOption, 
            OMDepartmentRecId _OMDepartmentRecId, 
            HcmWorkerRecId _worker])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void run(
           [TransDate _dStartDate, 
            TransDate _dEndDate, 
            DimensionDefault _dimension, 
            HcmWorkerRecId _sSupervisor, 
            boolean _bDisplayOption, 
            PSAProjDisplayMethod _eProjDisplayMethod, 
            Common _tCommon, 
            PSAProjectTypeOption _oProjTypeOption, 
            OMDepartmentRecId _OMDepartmentRecId])

  Microsoft Dynamics AX 2012 (FPK)
          public void run(
           [TransDate _dStartDate, 
            TransDate _dEndDate, 
            DimensionDefault _dimension, 
            HcmWorkerRecId _sSupervisor, 
            boolean _bDisplayOption, 
            PSAProjDisplayMethod _eProjDisplayMethod, 
            Common _tCommon, 
            PSAProjectTypeOption _oProjTypeOption, 
            OMDepartmentRecId _OMDepartmentRecId])

Run On

Called

Parameters

_dStartDate
Type: TransDate Extended Data Type
The start date of the resource assignment analysis.
_dEndDate
Type: TransDate Extended Data Type
The end date of the resource assignment analysis.
_dimension
Type: DimensionDefault Extended Data Type
The default dimension for the resource assignment analysis.
_sSupervisor
Type: HcmWorkerRecId Extended Data Type
The record ID of the supervisor in the HCMWorkerTable table.
_bDisplayOption
Type: boolean
A Boolean value that indicates whether to set m_bDisplayOption parameter.
_eProjDisplayMethod
Type: PSAProjDisplayMethod Enumeration
An enumeration value that is used to set m_eProjDisplayMethod parameter.
_tCommon
Type: Common Table
A Common buffer to set m_tCommon parameter.
_oProjTypeOption
Type: PSAProjectTypeOption Class
A class to set m_oProjectTypeOption parameter.
_OMDepartmentRecId
Type: OMDepartmentRecId Extended Data Type
The record ID that is used to set the m_OMDepartment .
_worker
Type: HcmWorkerRecId Extended Data Type

Community Additions

ADD
Show: