BOMCalcCheckBase Class [AX 2012]

The BOMCalcCheckBase class is the base class for BOM calculation check logic.

Syntax

class BOMCalcCheckBase

Run On

Called

Methods

  Method Description
Gg741338.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg741338.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg741338.pubmethod(en-us,AX.60).gif getMessages Finds messages that appeared in the information log during the check of a calculated BOM.
Gg741338.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg741338.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg741338.pubmethod(en-us,AX.60).gif hasMessages Determines whether any warnings or errors were found during the check of a calculated BOM.
Gg741338.protmethod(en-us,AX.60).gif incNumOfMessages
Gg741338.protmethod(en-us,AX.60).gif initBOMCalcBase Initializes the internal variables from an instance of the base calculation class.
Gg741338.pubmethod(en-us,AX.60).gif new Initializes a new instance of the BOMCalcCheckBase class.
Gg741338.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.)
Gg741338.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.)
Gg741338.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg741338.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg741338.pubmethod(en-us,AX.60).gif parmCalcDate Gets or sets the CalcDate parameter.
Gg741338.pubmethod(en-us,AX.60).gif parmCheckAgeCostPrice Gets or sets the CheckAgeCostPrice parameter.
Gg741338.pubmethod(en-us,AX.60).gif parmCheckMinContribution Gets or sets the CheckMinContribution parameter.
Gg741338.pubmethod(en-us,AX.60).gif parmCheckMissingUpdates Gets or sets the CheckMissingUpdates parameter.
Gg741338.pubmethod(en-us,AX.60).gif parmCheckNoBOM Gets or sets the CheckNoBOM parameter.
Gg741338.pubmethod(en-us,AX.60).gif parmCheckNoConsump Gets or sets the CheckNoConsump parameter.
Gg741338.pubmethod(en-us,AX.60).gif parmCheckNoCostPrice Gets or sets the CheckNoCostPrice parameter.
Gg741338.pubmethod(en-us,AX.60).gif parmCheckNoResource Gets or sets the CheckNoResource parameter.
Gg741338.pubmethod(en-us,AX.60).gif parmCheckNoRoute Gets or sets the CheckNoRoute parameter.
Gg741338.pubmethod(en-us,AX.60).gif parmCheckUseFallBack Gets or sets the CheckUseFallBack parameter.
Gg741338.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg741338.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg741338.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.)
Gg741338.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg741338.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg741338.pubmethod(en-us,AX.60).gif Gg741338.static(en-us,AX.60).gif ::infologMsgAdd Displays a message in the Infolog.
Gg741338.pubmethod(en-us,AX.60).gif Gg741338.static(en-us,AX.60).gif ::infologWarningImage

Top

Inheritance Hierarchy

Object Class
  BOMCalcCheckBase Class
    BOMCalcCheck Class
    BOMCalcCheckIndirectCost Class
    BOMCalcCheckOper Class