Share via


WMSPalletPhysicalMovement Class [AX 2012]

The WMSPalletPhysicalMovement class is used to do a pallet move and update inventory to reflect the physical changes.

Syntax

class WMSPalletPhysicalMovement extends WMSPalletDoMove

Run On

Server

Methods

  Method Description
Dn668680.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn668680.privmethod(en-us,AX.60).gif createInventDimTo
Dn668680.protmethod(en-us,AX.60).gif createMovementIssue Creates a new movement used for the issue.
Dn668680.protmethod(en-us,AX.60).gif createMovementReceipt Creates a new movement used for the receipt.
Dn668680.protmethod(en-us,AX.60).gif doPhysicalUpdate Does a physical update for the move of an item on specific inventory dimensions.
Dn668680.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn668680.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn668680.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn668680.privmethod(en-us,AX.60).gif insertPalletContent
Dn668680.protmethod(en-us,AX.60).gif moveOnHand Moves the items that are physically on-hand on the pallet. (Overrides the moveOnHand Method.)
Dn668680.privmethod(en-us,AX.60).gif mustCreateNewOrigin
Dn668680.protmethod(en-us,AX.60).gif new Initializes a new instance of the WMSPalletPhysicalMovement class.
Dn668680.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.)
Dn668680.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.)
Dn668680.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn668680.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn668680.pubmethod(en-us,AX.60).gif parmToInventLocationId Gets or sets the ToInventLocationId parameter. (Inherited from WMSPalletDoMove.)
Dn668680.pubmethod(en-us,AX.60).gif parmToLocationId Gets or sets the ToLocationId parameter. (Inherited from WMSPalletDoMove.)
Dn668680.pubmethod(en-us,AX.60).gif parmWMSPalletId Gets or sets the WMSPalletId parameter. (Inherited from WMSPalletDoMove.)
Dn668680.protmethod(en-us,AX.60).gif pick Updates issue transactions to picked.
Dn668680.protmethod(en-us,AX.60).gif register Updates receipt transactions to registered.
Dn668680.pubmethod(en-us,AX.60).gif run (Overrides the run Method.)
Dn668680.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn668680.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn668680.privmethod(en-us,AX.60).gif updateWMSLocationLoads
Dn668680.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.)
Dn668680.pubmethod(en-us,AX.60).gif validate (Inherited from WMSPalletDoMove.)
Dn668680.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn668680.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn668680.privmethod(en-us,AX.60).gif Dn668680.static(en-us,AX.60).gif ::construct
Dn668680.pubmethod(en-us,AX.60).gif Dn668680.static(en-us,AX.60).gif ::movePallet Moves the pallet from its current location to a new location.
Dn668680.pubmethod(en-us,AX.60).gif Dn668680.static(en-us,AX.60).gif ::movePalletIL Moves the pallet from its current location to a new location.

Top

Inheritance Hierarchy

Object Class
  WMSPalletDoMove Class
    WMSPalletPhysicalMovement Class