InventBlockingQualityOrderSync Class [AX 2012]
The InventBlockingQualityOrderSync class provides methods to synchronize inventory blocking and related quality orders.
| Method | Description | |
|---|---|---|
| blockingQuantity | Retrieves the inventory blocking quantity based on the related quality orders. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| destructiveQualityOrderQty | Retrieves the total quantity of the related destructive quality orders. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initFromQualityOrderTable | Initializes the instance variables from the specified quality order. |
| isQualityOrderLinkedToAProcess | Checks if the referred quality orders are linked to a process. |
| linkQualityOrder | Creates a link between the quality order and the inventory blocking. |
| maxReferredLotBlockingQty | Retrieves the maximum inventory blocking quantity. |
| minBlockingQty | Retrieves the minimum inventory blocking quantity. |
| new | Initializes a new instance of the InventBlockingQualityOrderSync class. |
| 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.) |
| onQualityOrderBlockingQtyIncrease | Creates a new or updates an existing inventory blocking for the specified quality order. |
| onQualityOrderBlockingQtyReduce | Handles updates to a related inventory blocking for the specified quality order when blocking quantity is reduced. |
| onQualityOrderBlockingRequestCancel | Deletes or updates an inventory blocking when the specified quality order is removed or changes status not to require blocking. |
| onQualityOrderBlockingRequestCreate | Creates or updates an inventory blocking for the specified quality order. |
| onQualityOrderBlockingRequestDelete | Deletes or updates an inventory blocking when the specified quality order is removed or changes status not to require blocking. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pdsAjustInventQtyForQualityOrders | Updates the related quality orders from inventory quantity adjustment. |
| referredLotQty | Retrieves the referred inventory transactions quantity. |
| 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.) |
| totalQualityOrderBlockingQty | Calculates the total blocking quantity for the related quality orders. |
| unlinkQualityOrder | Deletes the link between quality order and inventory blocking. |
| 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 InventBlockingQualityOrderSync class. |
Community Additions
ADD
Show: