Share via


InventBlockingTableType_InventoryStatus Class [AX 2012]

The InventBlockingTableType_InventoryStatus class generates blocking transactions based on the inventory status dimension.

Syntax

class InventBlockingTableType_InventoryStatus extends InventBlockingTableType

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  InventBlockingTableType Class
    InventBlockingTableType_InventoryStatus Class