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