InventQualityManagementCreateInvent Class [AX 2012]

The InventQualityManagementCreateInvent class is a specialized version of the InventQualityManagementCreate class that is responsible for quality order generation during physical inventory update.

Syntax

class InventQualityManagementCreateInvent extends InventQualityManagementCreate

Run On

Server

Methods

  Method Description
Gg802244.pubmethod(en-us,AX.60).gif actOnAssociations Checks quality associations that match criteria that is passed for creation policy and creates quality orders accordingly. (Inherited from InventQualityManagementCreate.)
Gg802244.protmethod(en-us,AX.60).gif adjustedReferenceInventDimId Retrieves the ID of the InventDim table record that corresponds to the referenced document inventory dimensions with the adjustment according to actual dimension values. (Inherited from InventQualityManagementCreate.)
Gg802244.protmethod(en-us,AX.60).gif calcAdjustedReferenceInventDimId Calculates the inventory dimensions for the referenced document taking into account the actual dimension values after physical inventory update. (Overrides the calcAdjustedReferenceInventDimId Method.)
Gg802244.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg802244.protmethod(en-us,AX.60).gif checkNeedToGenerateQualityOrders (Inherited from InventQualityManagementCreate.)
Gg802244.protmethod(en-us,AX.60).gif createQualityOrder Creates a quality order based on the specified quality association. (Inherited from InventQualityManagementCreate.)
Gg802244.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg802244.protmethod(en-us,AX.60).gif findInventItemSampling Finds and caches a record in the InventItemSampling table. (Inherited from InventQualityManagementCreate.)
Gg802244.protmethod(en-us,AX.60).gif generateQualityOrders Generates quality orders based on a quality association. (Inherited from InventQualityManagementCreate.)
Gg802244.protmethod(en-us,AX.60).gif generateQualityOrdersWithDiscrimination Generates separate quality orders, based on the quality association, for each unique combination of the inventory dimension subset that is specified in the related item sampling. (Overrides the generateQualityOrdersWithDiscrimination Method.)
Gg802244.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg802244.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg802244.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventQualityManagementCreate class. (Inherited from InventQualityManagementCreate.)
Gg802244.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.)
Gg802244.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.)
Gg802244.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg802244.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg802244.protmethod(en-us,AX.60).gif parmDocumentStatus Gets or sets the DocumentStatus parameter. (Inherited from InventQualityManagementCreate.)
Gg802244.protmethod(en-us,AX.60).gif parmExecution Gets or sets the Execution parameter. (Inherited from InventQualityManagementCreate.)
Gg802244.pubmethod(en-us,AX.60).gif parmInventTestUpdatedQuantityTmp Gets or sets the InventTestUpdatedQuantityTmp parameter.
Gg802244.protmethod(en-us,AX.60).gif parmReferenceType Gets or sets the ReferenceType parameter. (Inherited from InventQualityManagementCreate.)
Gg802244.protmethod(en-us,AX.60).gif parmUpdatedCWQuantity Gets or sets the UpdatedCWQuantity parameter. (Inherited from InventQualityManagementCreate.)
Gg802244.pubmethod(en-us,AX.60).gif parmUpdatedQuantitiesPerDimMap Gets or sets the UpdatedQuantitiesPerDimMap parameter.
Gg802244.protmethod(en-us,AX.60).gif parmUpdatedQuantity Gets or sets the UpdatedQuantity parameter. (Inherited from InventQualityManagementCreate.)
Gg802244.protmethod(en-us,AX.60).gif pdsCalculateQuantityForCWItem Calculates the quality order quantity in inventory unit for a catch weight item. (Inherited from InventQualityManagementCreate.)
Gg802244.privmethod(en-us,AX.60).gif populateUpdatedQuantityTempTableFromMap
Gg802244.protmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class. (Inherited from InventQualityManagementCreate.)
Gg802244.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg802244.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg802244.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.)
Gg802244.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg802244.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg802244.pubmethod(en-us,AX.60).gif Gg802244.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventQualityManagementCreateInvent class.

Top

Inheritance Hierarchy

Object Class
  InventQualityManagementCreate Class
    InventQualityManagementCreateInvent Class