ProdStatusType_CostEstimate.runOperationScheduling Method [AX 2012]

Performs operation scheduling of a production order.

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 boolean runOperationScheduling(
            ProdParmScheduling _prodParmScheduling, 
           [boolean _ask, 
            ProdPurch _prodPurch, 
            RunbaseRecsMapable _multi, 
            WrkCtrScheduler_Prod _wrkCtrScheduler, 
            boolean _runningPreviousJob])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean runOperationScheduling(
            ProdParmScheduling _prodParmScheduling, 
           [boolean _ask, 
            ProdPurch _prodPurch, 
            RunbaseRecsMapable _multi, 
            WrkCtrScheduler_Prod _wrkCtrScheduler])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean runOperationScheduling(
            ProdParmScheduling _prodParmScheduling, 
           [boolean _ask, 
            ProdPurch _prodPurch, 
            RunbaseRecsMapable _multi, 
            WrkCtrScheduler_Prod _wrkCtrScheduler])

  Microsoft Dynamics AX 2012 (FPK)
          public boolean runOperationScheduling(
            ProdParmScheduling _prodParmScheduling, 
           [boolean _ask, 
            ProdPurch _prodPurch, 
            RunbaseRecsMapable _multi, 
            WrkCtrScheduler_Prod _wrkCtrScheduler])

Run On

Called

Parameters

_prodParmScheduling
Type: ProdParmScheduling Table
Parameters used to perform operation scheduling.
_ask
Type: boolean
A value of TRUE indicates that method will only check whether operation scheduling is allowed. A value of FALSE indicates that the method will also perform the operation scheduling.; optional
_prodPurch
Type: ProdPurch Class
ProdPurch table buffer used to perform operation scheduling; optional.
_multi
Type: RunbaseRecsMapable Interface
This parameter is used to perform operation scheduling of multiple production orders at once; optional.
_wrkCtrScheduler
Type: WrkCtrScheduler_Prod Class
A job scheduler instance that can be reused when performing scheduling; optional.
_runningPreviousJob
Type: boolean
Indicates if this method has been triggered by a change to a higher status: optional.

Return Value

Type: boolean
true if operation scheduling is allowed for a production order status; otherwise, false.

Community Additions

ADD
Show: