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 | |
---|---|---|
actOnAssociations | Checks quality associations that match criteria that is passed for creation policy and creates quality orders accordingly. (Inherited from InventQualityManagementCreate.) | |
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.) | |
buildSampleDimensionQtyList | Builds a list of inventory dimensions and quantities from which quality orders can be created. | |
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.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
checkNeedToGenerateQualityOrders | (Inherited from InventQualityManagementCreate.) | |
createQualityOrder | Creates a quality order based on the specified quality association. (Inherited from InventQualityManagementCreate.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
findInventItemSampling | Finds and caches a record in the InventItemSampling table. (Inherited from InventQualityManagementCreate.) | |
generateQualityOrders | Generates quality orders based on a quality association. (Inherited from InventQualityManagementCreate.) | |
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.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
new | Initializes a new instance of the InventQualityManagementCreate class. (Inherited from InventQualityManagementCreate.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmDocumentStatus | Gets or sets the DocumentStatus parameter. (Inherited from InventQualityManagementCreate.) | |
parmExecution | Gets or sets the Execution parameter. (Inherited from InventQualityManagementCreate.) | |
parmReferenceType | Gets or sets the ReferenceType parameter. (Inherited from InventQualityManagementCreate.) | |
parmUpdatedCWQuantity | Gets or sets the UpdatedCWQuantity parameter. (Inherited from InventQualityManagementCreate.) | |
parmUpdatedQuantity | Gets or sets the UpdatedQuantity parameter. (Inherited from InventQualityManagementCreate.) | |
pdsCalculateQuantityForCWItem | Calculates the quality order quantity in inventory unit for a catch weight item. (Inherited from InventQualityManagementCreate.) | |
run | Contains the code that does the actual job of the class. (Inherited from InventQualityManagementCreate.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Initializes a new instance of the InventQualityMgmtCreateNonInvent class. |
Top
Inheritance Hierarchy
Object Class
InventQualityManagementCreate Class
InventQualityMgmtCreateNonInvent Class