InventOnhandReserve Class [AX 2012]

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          class InventOnhandReserve extends InventOnHandReserveBase

  Microsoft Dynamics AX 2012 R2 (SYS)
          class InventOnhandReserve

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          class InventOnhandReserve

  Microsoft Dynamics AX 2012 (FPK)
          class InventOnhandReserve

  Microsoft Dynamics AX 2012 (SYS)
          class InventOnhandReserve

Run On

Called

Methods

  Method Description
Gg800298.pubmethod(en-us,AX.60).gif abortReservation Aborts the reservation by closing the reservation form. (Overrides the abortReservation Method.)
Gg800298.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg800298.protmethod(en-us,AX.60).gif clearLineCache
Gg800298.pubmethod(en-us,AX.60).gif convertQtyBetweenUnits Converts the inventory quantity value from one unit of measure to another by using the conversion rules that are defined for an item.
Gg800298.pubmethod(en-us,AX.60).gif createSameBatchReserveCheck Creates a new instance of the same batch reservation check class based on the specified parameters. (Inherited from InventOnHandReserveBase.)
Gg800298.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg800298.protmethod(en-us,AX.60).gif getInventMovSubType Returns the InventMovSubType that should be used when you construct InventMovements. (Overrides the getInventMovSubType Method.)
Gg800298.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg800298.privmethod(en-us,AX.60).gif getWMSOrderTransForOutputOrder
Gg800298.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg800298.pubmethod(en-us,AX.60).gif movement Gets the inventory movement that requires the reservation. (Overrides the movement Method.)
Gg800298.pubmethod(en-us,AX.60).gif movementOnOrderInvent Returns the quantity on order in the inventory unit.
Gg800298.pubmethod(en-us,AX.60).gif movementOnOrderUnit Returns the quantity that is on order in the secondary unit.
Gg800298.pubmethod(en-us,AX.60).gif movementReservOrderedInvent Returns the quantity that is reserve ordered in the inventory unit.
Gg800298.pubmethod(en-us,AX.60).gif movementReservOrderedUnit Returns the quantity reserve ordered in the secondary unit.
Gg800298.pubmethod(en-us,AX.60).gif movementReservPhysicalInvent Returns the quantity that is physically reserved in the inventory unit.
Gg800298.pubmethod(en-us,AX.60).gif movementReservPhysicalUnit Returns the quantity that is reserved in the secondary unit.
Gg800298.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventOnhandReserve class.
Gg800298.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.)
Gg800298.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.)
Gg800298.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg800298.pubmethod(en-us,AX.60).gif onhandReservedInvent Retrieves the inventory quantity that is reserved for a lot ID with the specified inventory dimensions.
Gg800298.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg800298.pubmethod(en-us,AX.60).gif parmCallerRecord Gets or sets the CallerRecord parameter.
Gg800298.protmethod(en-us,AX.60).gif parmFormRun Gets or sets the FormRun parameter.
Gg800298.pubmethod(en-us,AX.60).gif parmInventDimFormSetup Gets or sets the InventDimFormSetup parameter. (Overrides the parmInventDimFormSetup Method.)
Gg800298.pubmethod(en-us,AX.60).gif parmSourceUnitId Gets or sets the SourceUnitId parameter.
Gg800298.pubmethod(en-us,AX.60).gif parmTargetUnitId Gets or sets the TargetUnitId parameter.
Gg800298.pubmethod(en-us,AX.60).gif parmTransSumBuffer Gets or sets the TransSumBuffer parameter.
Gg800298.pubmethod(en-us,AX.60).gif pdsCheckSameLot Perform the same lot batch reservation check for the attempted reservation (Inherited from InventOnHandReserveBase.)
Gg800298.pubmethod(en-us,AX.60).gif pdsCheckSameLotQuantities Perform the same lot batch reservation check for the attempted reservation (Inherited from InventOnHandReserveBase.)
Gg800298.pubmethod(en-us,AX.60).gif pdsCWMovementOnOrder Retrieves the catch weight quantity on order.
Gg800298.pubmethod(en-us,AX.60).gif pdsCWMovementReservOrdered Retrieves the catch weight quantity reserved ordered.
Gg800298.pubmethod(en-us,AX.60).gif pdsCWMovementReservPhysical Retrieves the catch weight quantity of physical inventory reserved.
Gg800298.pubmethod(en-us,AX.60).gif pdsCWOnhandReserved Retrieves the catch weight quantity of the available inventory reserved.
Gg800298.pubmethod(en-us,AX.60).gif pdsCWReserveNow Gets or sets the catch weight quantity that will be reserved.
Gg800298.pubmethod(en-us,AX.60).gif pdsCWReserveNowParent Gets or sets the catch weight quantity that will be reserved with dimension as parent.
Gg800298.protmethod(en-us,AX.60).gif refreshFormMovementAndCaller Refreshes movement on the calling form, and the calling form's caller.
Gg800298.pubmethod(en-us,AX.60).gif reserveNow Gets the quantity that is reserved in the secondary unit.
Gg800298.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg800298.privmethod(en-us,AX.60).gif setupUnitConversion Sets up the unit of measure conversion.
Gg800298.privmethod(en-us,AX.60).gif splitCallerByInventTrans This is used to call back to caller in case the caller must be split based on changes to the InventTrans table.
Gg800298.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg800298.privmethod(en-us,AX.60).gif updateFormCache
Gg800298.pubmethod(en-us,AX.60).gif updateReserveLine Reserves the most possible for the order line.
Gg800298.pubmethod(en-us,AX.60).gif updateReserveLot Reserves the whole quantity for the order line.
Gg800298.pubmethod(en-us,AX.60).gif updateReserveNow Reserves the quantity that is specified in the reserveNow parameter.
Gg800298.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.)
Gg800298.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg800298.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg800298.pubmethod(en-us,AX.60).gif Gg800298.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventOnhandReserve class.
Gg800298.pubmethod(en-us,AX.60).gif Gg800298.static(en-us,AX.60).gif ::newFormRun Creates and initializes a new instance of the InventOnHandReserve class for use in a form.

Top

Inheritance Hierarchy

Object Class
  InventOnHandReserveBase Class
    InventOnhandReserve Class