Share via


InventQualityManagementCreate Class [AX 2012]

The InventQualityManagementCreate class provides the facilities for quality management order generation.

Syntax

class InventQualityManagementCreate implements InventQualityManagementActionable

Run On

Server

Methods

  Method Description
Gg801978.pubmethod(en-us,AX.60).gif actOnAssociations Checks quality associations that match criteria that is passed for creation policy and creates quality orders accordingly.
Gg801978.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.
Gg801978.privmethod(en-us,AX.60).gif alreadyBlockedCWQty
Gg801978.privmethod(en-us,AX.60).gif alreadyBlockedQty
Gg801978.protmethod(en-us,AX.60).gif calcAdjustedReferenceInventDimId Calculates the inventory dimensions for the referenced document.
Gg801978.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg801978.protmethod(en-us,AX.60).gif checkNeedToGenerateQualityOrders
Gg801978.protmethod(en-us,AX.60).gif createQualityOrder Creates a quality order based on the specified quality association.
Gg801978.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg801978.protmethod(en-us,AX.60).gif findInventItemSampling Finds and caches a record in the InventItemSampling table.
Gg801978.protmethod(en-us,AX.60).gif generateQualityOrders Generates quality orders based on a quality association.
Gg801978.protmethod(en-us,AX.60).gif generateQualityOrdersWithDiscrimination Generates separate quality orders that are based on the quality associations per unique combination of the inventory dimension subset specified in the related item sampling.
Gg801978.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg801978.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg801978.privmethod(en-us,AX.60).gif isReferenceMarkedWithQuarantineOrder Indicates whether a quality order references transactions in a source that are marked with an active quarantine order.
Gg801978.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventQualityManagementCreate class.
Gg801978.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.)
Gg801978.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.)
Gg801978.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg801978.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg801978.protmethod(en-us,AX.60).gif parmDocumentStatus Gets or sets the DocumentStatus parameter.
Gg801978.protmethod(en-us,AX.60).gif parmExecution Gets or sets the Execution parameter.
Gg801978.protmethod(en-us,AX.60).gif parmReferenceType Gets or sets the ReferenceType parameter.
Gg801978.protmethod(en-us,AX.60).gif parmUpdatedCWQuantity Gets or sets the UpdatedCWQuantity parameter.
Gg801978.protmethod(en-us,AX.60).gif parmUpdatedQuantity Gets or sets the UpdatedQuantity parameter.
Gg801978.protmethod(en-us,AX.60).gif pdsCalculateQuantityForCWItem Calculates the quality order quantity in inventory unit for a catch weight item.
Gg801978.protmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class.
Gg801978.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg801978.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg801978.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.)
Gg801978.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg801978.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg801978.pubmethod(en-us,AX.60).gif Gg801978.static(en-us,AX.60).gif ::createOnRegistration Generates quality orders that are conditioned on the existence of relevant quality associations and the lack of open quality orders that match ones that exist.
Gg801978.pubmethod(en-us,AX.60).gif Gg801978.static(en-us,AX.60).gif ::createPerQualityAssociations Generates quality orders that are conditioned on the existence of relevant quality associations and the lack of open quality orders that match ones that exist.

Top

Inheritance Hierarchy

Object Class
  InventQualityManagementCreate Class
    InventQualityManagementCreateInvent Class
    InventQualityMgmtCreateNonInvent Class