ReqCalc Class [AX 2012]

Syntax

class ReqCalc extends RunBaseBatch

Run On

Called

Methods

  Method Description
Gg765296.protmethod(en-us,AX.60).gif actionCalcDim Processes action messages for one item dimension.
Gg765296.protmethod(en-us,AX.60).gif actionCalcDimDerived
Gg765296.protmethod(en-us,AX.60).gif actionCalcDimDerivedDelete
Gg765296.protmethod(en-us,AX.60).gif actionCalcDimDerivedTrans
Gg765296.protmethod(en-us,AX.60).gif actionCalcDimDerivedTransDelete
Gg765296.protmethod(en-us,AX.60).gif actionCalcDimTrans Processes action messages for one requirement transaction.
Gg765296.protmethod(en-us,AX.60).gif actionCalcDimTransDelete
Gg765296.protmethod(en-us,AX.60).gif actionCalcDimTransSum
Gg765296.protmethod(en-us,AX.60).gif actionCalcItem Processes action messages for the items in a given list on a given level.
Gg765296.protmethod(en-us,AX.60).gif actionCovCreate
Gg765296.privmethod(en-us,AX.60).gif actionCoverReceipt Creates an action to cover an issue.
Gg765296.privmethod(en-us,AX.60).gif actionFindFirstReceiptForCoverage Finds the first receipt that may be used for coverage.
Gg765296.privmethod(en-us,AX.60).gif actionLoadCoverageIssuesAndReceipts Loads issues and receipts into arrays.
Gg765296.privmethod(en-us,AX.60).gif actionLoadReceipts Loads receipts that may be used for action coverage into an array.
Gg765296.protmethod(en-us,AX.60).gif actionQtyUpdate
Gg765296.protmethod(en-us,AX.60).gif add2ReqTransCache
Gg765296.protmethod(en-us,AX.60).gif addItem2ReqTransCache
Gg765296.protmethod(en-us,AX.60).gif addRef2ReqTransCache Adds a transaction by reference to the cache.
Gg765296.protmethod(en-us,AX.60).gif addReqTrans2ReqTransCache
Gg765296.protmethod(en-us,AX.60).gif addRequisitionLineDemandFilters Adds relevant filters to the query that finds requisition lines demand.
Gg765296.pubmethod(en-us,AX.60).gif allowSaveLast (Inherited from RunBaseBatch.)
Gg765296.pubmethod(en-us,AX.60).gif batchInfo Returns the BatchInfo class. This class is the API for the batch table. (Inherited from RunBaseBatch.)
Gg765296.pubmethod(en-us,AX.60).gif bulkClearReqTransScrap Clears all of the ReqTrans records that originate from the InventTrans table.
Gg765296.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif canGoBatch Returns false (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif canGoBatchJournal Determines whether the class is shown in the list of Journal types. (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif canSwapBetweenCS Controls whether a calledFrom class that is instantiated on the server should have its prompt executed on the client. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif caption Gets the description from the current class by calling the static description method on the class if there is one. (Overrides the caption Method.)
Gg765296.pubmethod(en-us,AX.60).gif checkCloseDialog Must be called in the CloseOk method of a RunBase dialog box. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif checkProbability
Gg765296.protmethod(en-us,AX.60).gif cleanUp Disposes the used resources of the scheduler engine.
Gg765296.protmethod(en-us,AX.60).gif cleanupDialog Provides a way to clean up after a dialog box has been canceled. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif cleanupInvalidRequisitionLineReferences Deletes invalid references from the RequisitionLineFirmedOrderLine table.
Gg765296.protmethod(en-us,AX.60).gif covCalcDim Performs coverage calculations for one item and one dimension.
Gg765296.protmethod(en-us,AX.60).gif covCalcDimTrans
Gg765296.protmethod(en-us,AX.60).gif covCalcDimTransRefTransId
Gg765296.protmethod(en-us,AX.60).gif covCalcItem Performs coverage calculation for one item list.
Gg765296.protmethod(en-us,AX.60).gif covCodeQty
Gg765296.protmethod(en-us,AX.60).gif covCreateCoverage Creates the ReqTransCov record to settle the receipt and the issue reqTrans records.
Gg765296.protmethod(en-us,AX.60).gif covCreatePlannedOrder Creates one or more planned orders where each planned order is a combination of a ReqPO and a ReqTrans record.
Gg765296.protmethod(en-us,AX.60).gif covCreateSafetyInvent
Gg765296.protmethod(en-us,AX.60).gif covFinalizeLevel Finalizes the coverage phase for one level.
Gg765296.protmethod(en-us,AX.60).gif covFindIssueQtyDate
Gg765296.protmethod(en-us,AX.60).gif covFindIssueQtyPeriod
Gg765296.protmethod(en-us,AX.60).gif covFindOnhand Finds available inventory for covering a specified requirement transaction.
Gg765296.protmethod(en-us,AX.60).gif covFindReceipt Finds a record in the ReqTrans table that has a positive free quantity in order to fulfill the issue that is meant for it.
Gg765296.protmethod(en-us,AX.60).gif covForecastAggregate Aggregates forecast.
Gg765296.protmethod(en-us,AX.60).gif covForecastReduce Calls forecast reduction logic if supply or demand forecast should be reduced.
Gg765296.protmethod(en-us,AX.60).gif covForecastReduceDemand Reduces demand forecast.
Gg765296.protmethod(en-us,AX.60).gif covForecastReduceSupply Reduces supply forecast.
Gg765296.protmethod(en-us,AX.60).gif covForecastValidateAggregation Validates aggregated forecasts' quantities and emits warnings when the sum of forecasts' quantities is bigger than the quantity of more general forecast.
Gg765296.protmethod(en-us,AX.60).gif covInitLevel Inserts coverage computation tasks for one level.
Gg765296.protmethod(en-us,AX.60).gif createProcessTasks Creates the tasks for the complete master planning process.
Gg765296.protmethod(en-us,AX.60).gif createReqIntercompanyConversionUtil Creates a new instance of the ReqIntercompanyConversionUtil class.
Gg765296.protmethod(en-us,AX.60).gif createReqIntercompanyQueryFactory Creates a new instance of the ReqIntercompanyQueryFactory class.
Gg765296.protmethod(en-us,AX.60).gif createReqPlanData Serves as the factory method for the ReqPlanData object that is used by the current master scheduling run.
Gg765296.protmethod(en-us,AX.60).gif createReqTransCache
Gg765296.protmethod(en-us,AX.60).gif createReqTransNeutralDelete Creates the instance of the class responsible for deleting neutral transactions.
Gg765296.protmethod(en-us,AX.60).gif createReqTransPoMarkFirm Creates an instance of the ReqTransPoMarkFirm class that is used for firming planned orders.
Gg765296.protmethod(en-us,AX.60).gif createSafetyInvent
Gg765296.protmethod(en-us,AX.60).gif createSafetyInventKey
Gg765296.protmethod(en-us,AX.60).gif createTaskController Creates a new instance of the ReqCalcTaskController class.
Gg765296.pubmethod(en-us,AX.60).gif currentDaySchedFrom Determines when scheduling on the current day should start from.
Gg765296.protmethod(en-us,AX.60).gif deleteAllReqTrans Deletes all transactions of a given ReqRefType from the current plan version.
Gg765296.pubmethod(en-us,AX.60).gif deleteIntercompanyReqTrans Deletes the intercompany demand for the current plan version.
Gg765296.protmethod(en-us,AX.60).gif deleteItemRequirement Deletes the requirement profile for an item in order to do a new master scheduling.
Gg765296.pubmethod(en-us,AX.60).gif deleteRequisitionsReqTrans Deletes requisition lines demand from the current plan version.
Gg765296.protmethod(en-us,AX.60).gif deleteUnscheduledOrders Deletes the unscheduled orders for the current process.
Gg765296.protmethod(en-us,AX.60).gif dialog Returns a class that contains the methods that are described by the RunBaseDialogable interface. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif dialogClear Clears the contents of the dialog box. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif dialogInit Initializes the dialog box. (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif dialogInternal (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif dialogMake Obtains the dialog from a RunBase class. (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif dialogPost Executes after the dialog method has been called. (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif dialogPostInit Called right after the RunBase.dialogInit Method method. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif dialogPostRun Called after the Dialog.run Method class. (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif dialogReInit Reinitializes the dialog box. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif dialogSelectCtrl When using the dialog class for dialog, this method is called whenever a control is selected. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif dialogTask When using the Dialog Class class for dialog, this method is called from the task method in the dialog form. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif dialogUpdate Updates the dialog, for example after reinitializing the query. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif dialogUpdateQuery Updates the query in the dialog box. (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif doBatch (Inherited from RunBaseBatch.)
Gg765296.pubmethod(en-us,AX.60).gif dynamicReqPlanId Determines the ID of the default dynamic master plan.
Gg765296.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg765296.protmethod(en-us,AX.60).gif explodeItemId
Gg765296.protmethod(en-us,AX.60).gif explodeReceipt Explodes an non-planned receipt.
Gg765296.protmethod(en-us,AX.60).gif findReceiptPeriod Searches for a reqTrans record with a positive free quantity in order to fulfill the issue that is meant for it by a period quantity calculation.
Gg765296.protmethod(en-us,AX.60).gif futuresApplyKanban Applies the futures date to the (firmed) Event Kanban.
Gg765296.protmethod(en-us,AX.60).gif futuresCalcDim Updates the futures information on all transactions for a item/dimension pair.
Gg765296.protmethod(en-us,AX.60).gif futuresCalcDimSet Processes futures messages for the item in a specified set of coverage dimensions on a specified level.
Gg765296.protmethod(en-us,AX.60).gif futuresCalcDimTrans Updates a transaction that is futures marked. This includes rescheduling of planned orders if it is required.
Gg765296.protmethod(en-us,AX.60).gif futuresCalcItem Processes futures messages for the items in a specified list on a specified level.
Gg765296.protmethod(en-us,AX.60).gif futuresDeleteCapReserv
Gg765296.protmethod(en-us,AX.60).gif futuresInitLevel Initializes the resource scheduler cache for an item BOM level that is processed during the futures loop.
Gg765296.protmethod(en-us,AX.60).gif futuresItem
Gg765296.privmethod(en-us,AX.60).gif getBomLevelCalc Creates the instance of the BOMLevelCalc class if it has not been created yet.
Gg765296.pubmethod(en-us,AX.60).gif getFromDialog Assigns the dialog values to the internal variables. (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif getIntercompanyDemandQuery Builds the query to find the planned intercompany demand.
Gg765296.pubmethod(en-us,AX.60).gif getLast Gets the last choice stored in the last value table. (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif getProcessId Gets a new master planning process from the number sequences.
Gg765296.pubmethod(en-us,AX.60).gif getRunBase (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif getSetupDim Creates a new instance of the ReqSetupDim class.
Gg765296.protmethod(en-us,AX.60).gif getStatusRuntime Computes the runtime for a range of phases of the master planning process.
Gg765296.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif hasErrors Returns a boolean indicating whether the scheduling has errors.
Gg765296.pubmethod(en-us,AX.60).gif hasPreviousSchedulingError Determines whether an issue has a previous scheduling error.
Gg765296.pubmethod(en-us,AX.60).gif includeIntercompanyDemand Retrieves a value that indicates whether to include intercompany demand or not.
Gg765296.pubmethod(en-us,AX.60).gif includeRequisitions Determines whether to include requisitions.
Gg765296.protmethod(en-us,AX.60).gif inGetSaveLast Returns true when the GetLast or SaveLast method is executed. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif init Gives RunBase the same profile as, for example, a FormRun class. This method is not used in the standard application. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif initBatch (Inherited from RunBaseBatch.)
Gg765296.pubmethod(en-us,AX.60).gif initializePlanVersions Initializes the source and target master plan versions that are used by the current scheduling run.
Gg765296.protmethod(en-us,AX.60).gif initOrderPartitioner Initializes the order partitioner.
Gg765296.pubmethod(en-us,AX.60).gif initParmDefault Initializes the internal variables. (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif initReqLog
Gg765296.protmethod(en-us,AX.60).gif initTransFromInventSum
Gg765296.protmethod(en-us,AX.60).gif initTransFromInventTrans
Gg765296.privmethod(en-us,AX.60).gif initWrkCtrScheduler Initializes the instance of the resource scheduler engine.
Gg765296.protmethod(en-us,AX.60).gif insertApprovedPo
Gg765296.protmethod(en-us,AX.60).gif insertData
Gg765296.protmethod(en-us,AX.60).gif insertDataItem
Gg765296.protmethod(en-us,AX.60).gif insertIntercompanyDemand Inserts the intercompany demand in the current plan version.
Gg765296.protmethod(en-us,AX.60).gif insertItemForecastDemand Finds and inserts demand forecast in the requirement profile.
Gg765296.protmethod(en-us,AX.60).gif insertItemForecastInvent Calls logic for inserting inventory forecast in the requirement profile.
Gg765296.protmethod(en-us,AX.60).gif insertItemForecastSupply Finds and inserts supply forecast in the requirement profile.
Gg765296.protmethod(en-us,AX.60).gif insertItemInventSum
Gg765296.protmethod(en-us,AX.60).gif insertItemInventTrans
Gg765296.protmethod(en-us,AX.60).gif insertItemSafetyInvent
Gg765296.protmethod(en-us,AX.60).gif insertKanbanLines Adds the Kanban picking list lines for a Kanban to the cache for processing.
Gg765296.protmethod(en-us,AX.60).gif insertKanbanTransferIssue Adds the transfer issues for a withdrawal kanban to the cache for processing.
Gg765296.protmethod(en-us,AX.60).gif insertProdBOM Adds the BOM lines for a Production order to the cache for processing.
Gg765296.protmethod(en-us,AX.60).gif insertReqLog Inserts a record in the master planning log table.
Gg765296.pubmethod(en-us,AX.60).gif insertRequisitionsDemand Inserts requisition lines demand in the current requirement profile.
Gg765296.protmethod(en-us,AX.60).gif insertTasksForAllItems Inserts tasks for all items to be processed for a given status and level state.
Gg765296.protmethod(en-us,AX.60).gif insertTransferShip Adds the issue for a transfer order line to the cache for processing.
Gg765296.protmethod(en-us,AX.60).gif insertUnscheduledOrders Inserts all orders that have not been scheduled into a table in the database for later scheduling.
Gg765296.protmethod(en-us,AX.60).gif isBOMLevelRecalculateAllowed Indicates whether the item BOM level recalculation can be performed.
Gg765296.protmethod(en-us,AX.60).gif isCompleteUpdate
Gg765296.pubmethod(en-us,AX.60).gif isInBatch Determines whether the RunBaseBatch is actually being run from a batch server. (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif isPreviousReceiptValid
Gg765296.pubmethod(en-us,AX.60).gif isQtyChangedAndCoveredByOnHand Determines whether the quantity has been changed in a transaction covered by on-hand.
Gg765296.protmethod(en-us,AX.60).gif isReqCalcUpdateFixed Indicates whether the master scheduling principle is fixed.
Gg765296.protmethod(en-us,AX.60).gif isReqTransUpdated
Gg765296.pubmethod(en-us,AX.60).gif isSwappingPrompt Checks if the program is currently swapping from server to client. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif isTimeFenceBackRequisitionFixed Determines whether the requisitions time fence is fixed on the plan, i.e. not item or dimensions dependent.
Gg765296.pubmethod(en-us,AX.60).gif isTimeFenceCoverageFixed Determines whether the coverage time fence is fixed on the plan, i.e. not item or dimensions dependent.
Gg765296.pubmethod(en-us,AX.60).gif lastValueDataAreaId (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif lastValueDesignName (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif lastValueElementName (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif lastValueType (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif lastValueUserId (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif lockDynamicReqPlan Locks the default dynamic master plan.
Gg765296.protmethod(en-us,AX.60).gif lockIntercompanyPlanVersions Locks the plan versions in downstream customer companies, which serve as the source of the planned intercompany demand.
Gg765296.protmethod(en-us,AX.60).gif mapFindInventDimId
Gg765296.pubmethod(en-us,AX.60).gif markDelayedScheduledOrders Marks orders as delayed.
Gg765296.protmethod(en-us,AX.60).gif mcrCovContinuityReduce Calculates the coverage reduction for continuity forecasting.
Gg765296.protmethod(en-us,AX.60).gif mcrInsertItemContinuityInvent Creates the planned orders for the continuity forecasting plan.
Gg765296.protmethod(en-us,AX.60).gif mcrInsertItemContinuitySales Creates the planned orders for the continuity forecasting plan, based on sales order demand.
Gg765296.privmethod(en-us,AX.60).gif mcrSkipInventTrans Returns a boolean value indiciating whether planning should be skipped for the specified _inventTransOrigin record.
Gg765296.pubmethod(en-us,AX.60).gif mustDeleteNeutralTransactions Defines whether neutral transactions must be deleted.
Gg765296.protmethod(en-us,AX.60).gif mustExplodeNonPlannedReceipt Determines if non-planned receipts should also be exploded.
Gg765296.pubmethod(en-us,AX.60).gif mustGoBatch (Inherited from RunBaseBatch.)
Gg765296.pubmethod(en-us,AX.60).gif mustLoadSaveQuery Determines whether the last query must be loaded and saved when you leave the form. Called from the SysQueryForm. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif name Returns the name of the RunBase class. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif new Initializes a new instance of the ReqCalc class. (Overrides the new Method.)
Gg765296.protmethod(en-us,AX.60).gif newInventMovement
Gg765296.protmethod(en-us,AX.60).gif newQueryInventSum Creates a query for the InventSum table grouped based on the coverage dimension.
Gg765296.protmethod(en-us,AX.60).gif newQueryInventTrans
Gg765296.protmethod(en-us,AX.60).gif newQueryInventTransIssue
Gg765296.protmethod(en-us,AX.60).gif newQueryInventTransReceipt
Gg765296.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the ReqCalc class. (Overrides the pack Method.)
Gg765296.pubmethod(en-us,AX.60).gif packThreadData
Gg765296.pubmethod(en-us,AX.60).gif parmApplyFuturesToEventKanban Gets or sets the ApplyFuturesToEventKanban parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmAutoReserveCoverage Gets or sets the AutoReserveCoverage parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmBomLevelCalc Gets or sets the BomLevelCalc parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmCapacityConflictsHandler Gets or sets the CapacityConflictsHandler parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmClearLog Gets or sets the ClearLog parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmComment Gets or sets the Comment parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from RunBaseBatch.)
Gg765296.pubmethod(en-us,AX.60).gif parmEnableTableTraceLog Gets or sets the EnableTableTraceLog parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmInBatch Gets or sets the InBatch parameter. (Inherited from RunBaseBatch.)
Gg765296.pubmethod(en-us,AX.60).gif parmInterCompanyCalc Gets or sets the InterCompanyCalc parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmIntercompanyDemandPlanFilter Gets or sets the IntercompanyDemandPlanFilter parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmIntercompanyGroup Gets or sets the IntercompanyGroup parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmIsTaskTraceEnabled Gets or sets the IsTaskTraceEnabled parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmMaxChildThreads Gets or sets the MaxChildThreads parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmProgress Gets or sets the Progress parameter. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif parmRecalculateBomLevels Gets or sets the RecalculateBomLevels parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmRecalculateSafetyInvent Gets or sets the RecalculateSafetyInvent parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmReqCalcMarkDelayed Gets or sets the ReqCalcMarkDelayed parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmReqCalcUpdate Gets or sets the ReqCalcUpdate parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmReqForecastReduce Gets or sets the ReqForecastReduce parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmReqPlanData Gets or sets the ReqPlanData parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmReqPlanId Gets or sets the ReqPlanId parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmReqPlanManager Gets or sets the ReqPlanManager parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmThisIsChildThread Gets or sets the ThisIsChildThread parameter.
Gg765296.pubmethod(en-us,AX.60).gif parmThrowCovItemValidationErrors Gets or sets the ThrowCovItemValidationErrors parameter.
Gg765296.protmethod(en-us,AX.60).gif pdsApplyExpiryDate
Gg765296.protmethod(en-us,AX.60).gif pdsMaintainSafetyStock Ensures that safety stock level is maintained for expiring receipts.
Gg765296.pubmethod(en-us,AX.60).gif pdsRunSequencing Runs the sequencing process using the current ReqPlanID value.
Gg765296.pubmethod(en-us,AX.60).gif planTimeFenceBackRequisition Returns the requisitions time fence value that is set on the plan.
Gg765296.pubmethod(en-us,AX.60).gif planTimeFenceCoverage Returns the coverage time fence value that is set on the plan.
Gg765296.privmethod(en-us,AX.60).gif pmfCoActionCalcDimTransSum Calculates action messages for planning item transactions.
Gg765296.privmethod(en-us,AX.60).gif pmfCoActionCalcDimTransSumDerived Calculates action messages for derived planning item transactions.
Gg765296.protmethod(en-us,AX.60).gif pmfCoActionCalcDimTransSumDirect Calculates action messages for direct planning item transactions.
Gg765296.privmethod(en-us,AX.60).gif pmfCoBySetupQty Calculates a co-byproduct reqTrans quantity based on inventory default settings.
Gg765296.protmethod(en-us,AX.60).gif pmfCoCovCreatePlannedOrder Creates one or more planned orders for a co-byproduct issue where each planned order is a combination of a ReqPO and ReqTrans record.
Gg765296.protmethod(en-us,AX.60).gif pmfCoCovIncreaseExistingOrder Increases coverage for co-byproduct demand adjustment.
Gg765296.protmethod(en-us,AX.60).gif pmfCoCovUpdateProdPO Updates coverage quantity for co-byproduct related required transaction.
Gg765296.protmethod(en-us,AX.60).gif pmfCovCalcCoProdTaskGroup
Gg765296.protmethod(en-us,AX.60).gif pmfFindExistingCoProductReqTrans Finds existing receipts to fulfill planning demands for issue transaction.
Gg765296.pubmethod(en-us,AX.60).gif pmfPlanGroupSubstituteIssue Performs substitution between planning group items.
Gg765296.pubmethod(en-us,AX.60).gif pmfResetCovGroupsCurrent Resets the default priority order for item coverage.
Gg765296.protmethod(en-us,AX.60).gif pmfUpdateCoByReqTrans Updates all planned order related co-byproduct transaction quantities based on demand adjustment.
Gg765296.protmethod(en-us,AX.60).gif postCoverage Executes tasks after the coverage phase.
Gg765296.protmethod(en-us,AX.60).gif postUpdate
Gg765296.protmethod(en-us,AX.60).gif preActions Inserts action messages computation tasks.
Gg765296.protmethod(en-us,AX.60).gif preCoverage Inserts coverage computation tasks for all levels.
Gg765296.protmethod(en-us,AX.60).gif preFutures Inserts future messages computation tasks.
Gg765296.protmethod(en-us,AX.60).gif prepareForRun Allows subclasses to process the dialog box immediately before the execution of the dialog box.Run method. (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif preUpdate
Gg765296.pubmethod(en-us,AX.60).gif processTask Processes a master planning task.
Gg765296.pubmethod(en-us,AX.60).gif processTasks Processes all the pending tasks for the current master planning process.
Gg765296.pubmethod(en-us,AX.60).gif progressHide Hides the Progress form. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif progressInit Initializes the Progress object in RunBase. (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif progressInitSeries Initializes the progress display.
Gg765296.pubmethod(en-us,AX.60).gif progressKill Kills the Progress object in RunBase. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif prompt Displays the dialog from the class dialog and waits for user input. (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif promptPack Wraps a call to the RunBase.pack Method when packing in the RunBase.promptPrim Method. (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif promptUnpack (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif putToDialog Enables setting the fields that were just added in the RunBase.dialog Method method. This method is called from the RunBase.promptPrim Method method directly following the RunBase.dialogMake Method method. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif queryRun Returns the QueryRun object, which is used by the QueryPrompt class. (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif recalculateBOMLevels Starts the item level recalculation, if it is required.
Gg765296.privmethod(en-us,AX.60).gif remainAddQtyOnReceipt
Gg765296.pubmethod(en-us,AX.60).gif reqPlanVersionRefRecId Determines the master plan version which must be used by the current scheduling process.
Gg765296.protmethod(en-us,AX.60).gif requisitionLinesDemandQuery Builds a query that finds requisition lines that may have to be taken into account in the current master scheduling run.
Gg765296.pubmethod(en-us,AX.60).gif reset Resets the class to its default state. (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif resourceScheduleOrder Schedules resources for an order.
Gg765296.pubmethod(en-us,AX.60).gif resourceScheduleOrderBundle Schedules resources for a bundle of orders.
Gg765296.protmethod(en-us,AX.60).gif resourceSchedulePartitionOrders Creates order bundles according to the partitioning information and the associated master planning task for each bundle.
Gg765296.pubmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class. (Overrides the run Method.)
Gg765296.pubmethod(en-us,AX.60).gif runBase Returns the RunBase itself. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif runBaseDialogModifyType_RU (Inherited from RunBase.)
Gg765296.protmethod(en-us,AX.60).gif runPostActions Performs actions specified in master planning parameters after the current scheduling process has completed.
Gg765296.pubmethod(en-us,AX.60).gif runsImpersonated Determines whether the batch task is run on the server or on a client. (Overrides the runsImpersonated Method.)
Gg765296.protmethod(en-us,AX.60).gif safetyStockDate
Gg765296.pubmethod(en-us,AX.60).gif saveLast Saves the last choice by using the RunBase.pack Method. (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif setParameters Initializes all the parameters for the master planning instance.
Gg765296.protmethod(en-us,AX.60).gif setReqTransUpdated
Gg765296.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif showBatchTab (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif showClearButton Determines whether to add a Clear button to the dialog box. If you change the return value to true it will add the button. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif showDefaultButton Determines whether a Default button is to be added to the dialog box. If you change the return value to true, it will add the button. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif showDialog (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif showIndexFields If this method returns true, it will look for the first enabled index when you are adding query range fields to the dialog and if a data source does not have any ranges specified. It will also show the visible fields from that index. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif showQuerySelectButton (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif showQueryValues Determines whether a Select button is to be added to the dialog box. If you change the return value to true, the button will be added. (Inherited from RunBase.)
Gg765296.pubmethod(en-us,AX.60).gif staticReqPlanId Determines the ID of the default static master plan.
Gg765296.protmethod(en-us,AX.60).gif statistics Computes time statistics for the update data, coverage, futures and actions phases.
Gg765296.pubmethod(en-us,AX.60).gif threadId
Gg765296.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg765296.protmethod(en-us,AX.60).gif ttsbegin
Gg765296.protmethod(en-us,AX.60).gif ttscommit
Gg765296.protmethod(en-us,AX.60).gif unlockDynamicReqPlan Unlocks the default dynamic master plan.
Gg765296.protmethod(en-us,AX.60).gif unlockIntercompanyPlanVersions Unlocks the plan versions in downstream customer companies, which serve as the source of the planned intercompany demand.
Gg765296.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the ReqCalc class. (Overrides the unpack Method.)
Gg765296.pubmethod(en-us,AX.60).gif unpackThreadData
Gg765296.protmethod(en-us,AX.60).gif updateAutoFirmPo Firms the planned orders in the firming time fence.
Gg765296.protmethod(en-us,AX.60).gif updateAutoReserveCoverage
Gg765296.protmethod(en-us,AX.60).gif updateData Updates the requirement profile for the current MRP run.
Gg765296.protmethod(en-us,AX.60).gif updateItemLock
Gg765296.privmethod(en-us,AX.60).gif updateParentPlannedOrders Update order date and order time of planned orders that have derived requirements to the minimum date and time of its derived requirements.
Gg765296.pubmethod(en-us,AX.60).gif updatePurchReqRefsCoveredByFirmedOrders Creates new requisition line references for requisition lines that are being covered by planned orders.If those requisition lines are not in state Closed, they will be set to state Closed.
Gg765296.protmethod(en-us,AX.60).gif updateReqLog Updates the Reqlog table with the number of auto-firmed orders.
Gg765296.protmethod(en-us,AX.60).gif updateReqPlans Copies the static master plan into the dynamic master plan if it is specified in master planning parameters.
Gg765296.protmethod(en-us,AX.60).gif updateReqTransUpdate
Gg765296.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif useCache
Gg765296.pubmethod(en-us,AX.60).gif validate (Inherited from RunBaseBatch.)
Gg765296.protmethod(en-us,AX.60).gif validateNumberSequences Validates that the number sequences is set up correctly.
Gg765296.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg765296.pubmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::addCovDimIdAsTask Adds the specified coverage dimension and dependent coverage dimensions to the ReqDependency object.
Gg765296.pubmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::argsItemId
Gg765296.pubmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::argsReqPlanId
Gg765296.pubmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::bulkInitFromInventTransOrigin Initializes many ReqTrans records for a specific item ID with settings from related originator records.
Gg765296.pubmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::cacheReduceKey2Dates
Gg765296.pubmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqCalc class.
Gg765296.privmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::dates2cacheReduceKey
Gg765296.pubmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::description Gets the description of the class.
Gg765296.pubmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::reqTransCoverage2SortKey Creates a sort key that is used to sort requirement transactions during coverage calculation.
Gg765296.privmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::reqTransFutures2sortKey
Gg765296.pubmethod(en-us,AX.60).gif Gg765296.static(en-us,AX.60).gif ::updateAllItems

Top

Inheritance Hierarchy

Object Class
  RunBase Class
    RunBaseBatch Class
      ReqCalc Class
        MCRReqCalcContinuityItem Class
        MCRReqCalcContinuityItemTable Class
        ReqCalcExplode Class
        ReqCalcForecastItem Class
        ReqCalcForecastItemTable Class
        ReqCalcScheduleItem Class
        ReqCalcScheduleItemTable Class