InventQualityMgmtCreateNonInvent Class [AX 2012]

The InventQualityMgmtCreateNonInvent class is a specialized version of the InventQualityManagementCreate class that is responsible for quality order generation during business processes that do not perform a physical inventory update.

Syntax

class InventQualityMgmtCreateNonInvent extends InventQualityManagementCreate

Run On

Server

Methods

  Method Description
Gg802259.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.)
Gg802259.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.)
Gg802259.protmethod(en-us,AX.60).gif buildSampleDimensionQtyList Builds a list of inventory dimensions and quantities from which quality orders can be created.
Gg802259.protmethod(en-us,AX.60).gif calcAdjustedReferenceInventDimId Calculates the inventory dimensions for the referenced document taking into account the actual inventory dimension values specified on the inventory transactions. (Overrides the calcAdjustedReferenceInventDimId Method.)
Gg802259.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg802259.protmethod(en-us,AX.60).gif checkNeedToGenerateQualityOrders (Inherited from InventQualityManagementCreate.)
Gg802259.protmethod(en-us,AX.60).gif createQualityOrder Creates a quality order based on the specified quality association. (Inherited from InventQualityManagementCreate.)
Gg802259.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg802259.protmethod(en-us,AX.60).gif findInventItemSampling Finds and caches a record in the InventItemSampling table. (Inherited from InventQualityManagementCreate.)
Gg802259.protmethod(en-us,AX.60).gif generateQualityOrders Generates quality orders based on a quality association. (Inherited from InventQualityManagementCreate.)
Gg802259.protmethod(en-us,AX.60).gif generateQualityOrdersWithDiscrimination Generates separate quality orders based on the quality association for each combination of the inventory dimension subset that is specified in the related item sampling. (Overrides the generateQualityOrdersWithDiscrimination Method.)
Gg802259.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg802259.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg802259.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventQualityManagementCreate class. (Inherited from InventQualityManagementCreate.)
Gg802259.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.)
Gg802259.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.)
Gg802259.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg802259.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg802259.protmethod(en-us,AX.60).gif parmDocumentStatus Gets or sets the DocumentStatus parameter. (Inherited from InventQualityManagementCreate.)
Gg802259.protmethod(en-us,AX.60).gif parmExecution Gets or sets the Execution parameter. (Inherited from InventQualityManagementCreate.)
Gg802259.protmethod(en-us,AX.60).gif parmReferenceType Gets or sets the ReferenceType parameter. (Inherited from InventQualityManagementCreate.)
Gg802259.protmethod(en-us,AX.60).gif parmUpdatedCWQuantity Gets or sets the UpdatedCWQuantity parameter. (Inherited from InventQualityManagementCreate.)
Gg802259.protmethod(en-us,AX.60).gif parmUpdatedQuantity Gets or sets the UpdatedQuantity parameter. (Inherited from InventQualityManagementCreate.)
Gg802259.protmethod(en-us,AX.60).gif pdsCalculateQuantityForCWItem Calculates the quality order quantity in inventory unit for a catch weight item. (Inherited from InventQualityManagementCreate.)
Gg802259.protmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class. (Inherited from InventQualityManagementCreate.)
Gg802259.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg802259.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg802259.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.)
Gg802259.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg802259.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg802259.pubmethod(en-us,AX.60).gif Gg802259.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventQualityMgmtCreateNonInvent class.

Top

Inheritance Hierarchy

Object Class
  InventQualityManagementCreate Class
    InventQualityMgmtCreateNonInvent Class