InventBlockingQualityOrderSync Class [AX 2012]

The InventBlockingQualityOrderSync class provides methods to synchronize inventory blocking and related quality orders.

Syntax

class InventBlockingQualityOrderSync

Run On

Server

Methods

  Method Description
Gg741959.protmethod(en-us,AX.60).gif blockingQuantity Retrieves the inventory blocking quantity based on the related quality orders.
Gg741959.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg741959.protmethod(en-us,AX.60).gif destructiveQualityOrderQty Retrieves the total quantity of the related destructive quality orders.
Gg741959.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg741959.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg741959.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg741959.protmethod(en-us,AX.60).gif initFromQualityOrderTable Initializes the instance variables from the specified quality order.
Gg741959.protmethod(en-us,AX.60).gif isQualityOrderLinkedToAProcess Checks if the referred quality orders are linked to a process.
Gg741959.protmethod(en-us,AX.60).gif linkQualityOrder Creates a link between the quality order and the inventory blocking.
Gg741959.protmethod(en-us,AX.60).gif maxReferredLotBlockingQty Retrieves the maximum inventory blocking quantity.
Gg741959.protmethod(en-us,AX.60).gif minBlockingQty Retrieves the minimum inventory blocking quantity.
Gg741959.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventBlockingQualityOrderSync class.
Gg741959.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.)
Gg741959.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.)
Gg741959.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg741959.pubmethod(en-us,AX.60).gif onQualityOrderBlockingQtyIncrease Creates a new or updates an existing inventory blocking for the specified quality order.
Gg741959.pubmethod(en-us,AX.60).gif onQualityOrderBlockingQtyReduce Handles updates to a related inventory blocking for the specified quality order when blocking quantity is reduced.
Gg741959.pubmethod(en-us,AX.60).gif onQualityOrderBlockingRequestCancel Deletes or updates an inventory blocking when the specified quality order is removed or changes status not to require blocking.
Gg741959.pubmethod(en-us,AX.60).gif onQualityOrderBlockingRequestCreate Creates or updates an inventory blocking for the specified quality order.
Gg741959.pubmethod(en-us,AX.60).gif onQualityOrderBlockingRequestDelete Deletes or updates an inventory blocking when the specified quality order is removed or changes status not to require blocking.
Gg741959.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg741959.protmethod(en-us,AX.60).gif pdsAjustInventQtyForQualityOrders Updates the related quality orders from inventory quantity adjustment.
Gg741959.protmethod(en-us,AX.60).gif referredLotQty Retrieves the referred inventory transactions quantity.
Gg741959.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg741959.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg741959.protmethod(en-us,AX.60).gif totalQualityOrderBlockingQty Calculates the total blocking quantity for the related quality orders.
Gg741959.protmethod(en-us,AX.60).gif unlinkQualityOrder Deletes the link between quality order and inventory blocking.
Gg741959.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.)
Gg741959.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg741959.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg741959.pubmethod(en-us,AX.60).gif Gg741959.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventBlockingQualityOrderSync class.

Top

Inheritance Hierarchy

Object Class
  InventBlockingQualityOrderSync Class