InventBlockingTableType_QualityOrder Class [AX 2012]

The InventBlockingTableType_QualityOrder class is the specialized version of the InventBlockingTableType class, which handles inventory blockings that are created from quality orders.

Syntax

class InventBlockingTableType_QualityOrder extends InventBlockingTableType

Run On

Called

Methods

  Method Description
Gg742367.pubmethod(en-us,AX.60).gif canBeDeletedByUser Determines if the inventory blocking can be deleted by user. (Overrides the canBeDeletedByUser Method.)
Gg742367.pubmethod(en-us,AX.60).gif canBeEditedByUser Determines if the inventory blocking can be edited by user. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg742367.pubmethod(en-us,AX.60).gif canExpectedReceiptBeDeletedByUser Determines if the expected receipt field value on the inventory blocking can be edited by user. (Overrides the canExpectedReceiptBeDeletedByUser Method.)
Gg742367.protmethod(en-us,AX.60).gif createOrUpdateBlockingTransaction Creates or updates the inventory blocking transaction. (Overrides the createOrUpdateBlockingTransaction Method.)
Gg742367.pubmethod(en-us,AX.60).gif delete Deletes the inventory blocking record and corresponding inventory transactions. (Inherited from InventBlockingTableType.)
Gg742367.protmethod(en-us,AX.60).gif deleteBlockingTransaction Deletes the inventory blocking transaction. (Overrides the deleteBlockingTransaction Method.)
Gg742367.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg742367.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg742367.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg742367.pubmethod(en-us,AX.60).gif initFromItem Initializes the InventBlocking table buffer from the current item. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif insert Inserts an inventory blocking record and corresponding inventory transactions. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif inventTransRefId Retrieves the origin inventory transaction ID. (Overrides the inventTransRefId Method.)
Gg742367.pubmethod(en-us,AX.60).gif inventTransRefSign Retrieves the sign of the referred origin inventory transactions. (Overrides the inventTransRefSign Method.)
Gg742367.protmethod(en-us,AX.60).gif inventUpd_Reservation Initializes a new instance of the InventUpd_Reservation class. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif mustBeBlockedPhysically Determines if the inventory should be blocked physically. (Overrides the mustBeBlockedPhysically Method.)
Gg742367.pubmethod(en-us,AX.60).gif mustClearAllBelowStatus Determines if inventory dimensions below inventory status should be cleared on the blocking transaction. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif mustClearIssueLocationAndBelow Determines if inventory dimensions (location and below) for the blocking issue transaction should be cleared. (Overrides the mustClearIssueLocationAndBelow Method.)
Gg742367.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventBlockingTableType class. (Inherited from InventBlockingTableType.)
Gg742367.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.)
Gg742367.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.)
Gg742367.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg742367.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg742367.pubmethod(en-us,AX.60).gif parmInventBlocking Gets or sets the InventBlocking parameter. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif pdsAdjustInventoryQuantity Updates the inventory blocking record and corresponding inventory transactions without the reservation. (Overrides the pdsAdjustInventoryQuantity Method.)
Gg742367.privmethod(en-us,AX.60).gif qualityOrder
Gg742367.protmethod(en-us,AX.60).gif reserveBlockingTransaction Creates a reservation for the inventory blocking. (Inherited from InventBlockingTableType.)
Gg742367.protmethod(en-us,AX.60).gif restoreExpectedReceiptMarking Restores existing markings for the specified expected receipt. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif restoreModifiedOnUpdateFieldValues Restores the modified during update field values. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg742367.protmethod(en-us,AX.60).gif storeExpectedReceiptMarking Stores existing markings for the specified expected receipt. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg742367.protmethod(en-us,AX.60).gif unreserveBlockingTransaction Removes the reservation for the inventory blocking. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif update Updates the inventory blocking record, corresponding inventory transactions and quality orders. (Overrides the update Method.)
Gg742367.protmethod(en-us,AX.60).gif updateMarkingReservation Updates a reservation for the specified inventory transaction originator. (Inherited from InventBlockingTableType.)
Gg742367.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.)
Gg742367.pubmethod(en-us,AX.60).gif validateFieldValue Validates that the selected ItemId field is inventoried. (Inherited from InventBlockingTableType.)
Gg742367.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg742367.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg742367.pubmethod(en-us,AX.60).gif Gg742367.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventBlockingTableType_QualityOrder class.
Gg742367.pubmethod(en-us,AX.60).gif Gg742367.static(en-us,AX.60).gif ::newFromInventBlocking Initializes a new instance of the InventBlockingTableType class.

Top

Inheritance Hierarchy

Object Class
  InventBlockingTableType Class
    InventBlockingTableType_QualityOrder Class