InventOnhand 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 InventOnhand extends InventOnHandQty

  Microsoft Dynamics AX 2012 R2 (SYS)
          class InventOnhand extends InventOnHandQty

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          class InventOnhand

  Microsoft Dynamics AX 2012 (FPK)
          class InventOnhand

  Microsoft Dynamics AX 2012 (SYS)
          class InventOnhand

Run On

Called

Methods

  Method Description
Gg816806.pubmethod(en-us,AX.60).gif addDepreciateOrderedCheck Ensures that inventory on hand is checked for deprecated ordered quantity during final commit. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif addInventSumDelta Adds values from the InventSumDelta table to the current InventSum record. (Overrides the addInventSumDelta Method.)
Gg816806.pubmethod(en-us,AX.60).gif addReservationCheck Ensures that inventory on hand is checked for reserved quantity during final commit. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif arrived Retrieves the value of the Arrived field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif availECP Retrieves the ECP available quantity. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif availFinancial Retrieves the financially available quantity. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif availOrdered Gets the quantity reserved against ordered on hand. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif availPhysical Gets the the quantity available for physical reservation. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif availReservation Gets the quantity available for reservation. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif availTotal Gets the total available quantity. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg816806.pubmethod(en-us,AX.60).gif checkDepreciateOrdered Checks if the specified quantites can be subtracted from ordered quantities without violating reservations. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif checkInventModel Indicates whether the inventory model must perform an on hand validation when the invent sum is updated.
Gg816806.pubmethod(en-us,AX.60).gif checkItemDraw Checks if given quantity can be picked. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif checkItemDrawFinancial
Gg816806.pubmethod(en-us,AX.60).gif checkItemStdCost
Gg816806.pubmethod(en-us,AX.60).gif checkItemStdCostSecCur_RU
Gg816806.pubmethod(en-us,AX.60).gif checkReservation Checks whether it is possible to reserve given quantity. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif costPricePcs
Gg816806.pubmethod(en-us,AX.60).gif costPriceSecPcs_RU
Gg816806.pubmethod(en-us,AX.60).gif deducted Retrieves the value of the Deducted field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg816806.pubmethod(en-us,AX.60).gif findSumJoin Sets the internal on hand buffer based on parameters specified earlier. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif findSumJoinDelta Retrieves summarized on hand for uncommitted changes. (Inherited from InventOnHandQty.)
Gg816806.protmethod(en-us,AX.60).gif findSumJoinDeltaWithBatchIdOrSerialId Gets the summarized on hand based on batch ID or serial ID. (Overrides the findSumJoinDeltaWithBatchIdOrSerialId Method.)
Gg816806.protmethod(en-us,AX.60).gif findSumJoinDeltaWithPalletId Gets the summarized on hand based on pallet ID. (Overrides the findSumJoinDeltaWithPalletId Method.)
Gg816806.protmethod(en-us,AX.60).gif findSumJoinWithBatchIdOrSerialId Gets the summarized on hand based on batch ID or serial ID. (Overrides the findSumJoinWithBatchIdOrSerialId Method.)
Gg816806.protmethod(en-us,AX.60).gif findSumJoinWithPalletId Gets the summarized on hand based on pallet ID. (Overrides the findSumJoinWithPalletId Method.)
Gg816806.protmethod(en-us,AX.60).gif findSumWithItemAndDimCriteria Gets the summarized on hand for items where dimension ID has not been specified. (Overrides the findSumWithItemAndDimCriteria Method.)
Gg816806.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg816806.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg816806.pubmethod(en-us,AX.60).gif inventSum Retrieves an InventSum buffer with the on-hand inventory values. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif mustCheckFinancialOnhand Checks if financial on hand must be checked during final commit. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif mustCheckPhysicalOnhand Checks if physical on hand must be checked during final commit. (Inherited from InventOnHandQty.)
Gg816806.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventOnHandQty class. (Inherited from InventOnHandQty.)
Gg816806.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.)
Gg816806.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.)
Gg816806.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg816806.pubmethod(en-us,AX.60).gif onOrder Retrieves the value of the OnOrder field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif ordered Gets the ordered quantity. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif orderedSum Gets the quantity that was ordered but is not physically available in the warehouse yet. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg816806.pubmethod(en-us,AX.60).gif parmAdvancedCriteria Gets or sets the AdvancedCriteria parameter. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmBatchDispositionCriteria Gets or sets the BatchDispositionCriteria parameter. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmBatchId Adds the specified batch ID to the criteria used. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmDelayAvailabilityCalculation Gets or sets the DelayAvailabilityCalculation parameter. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmInventDim Sets the inventory dimensions to be used as criteria when selecting. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmInventDimId Sets the inventory dimension ID to be used as criteria when selecting. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmInventDimParm Gets or sets the InventDimParm parameter. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmInventLocationId Adds the specified warehouse to the criteria used. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmInventSum Gets or sets the InventSum parameter. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmItemId Sets the item to be used as a range when selecting. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmLocationId Adds the specified warehouse location to the criteria used. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmPalletId Adds the specified pallet ID to the criteria used. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmShelfLifeCriteria Gets or sets the ShelfLifeCriteria parameter. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif parmUseInventSumDirectly Gets or sets the UseInventSumDirectly parameter. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWArrived Retrieves the value of the PdsCWArrived field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWAvailFinancial Retrieves value of the PdsCWPostedQty field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWAvailOrdered Retrieves the catch weight ordered quantity available for order. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWAvailPhysical Retrieves the catch weight physical quantity available. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWAvailReservation Retrieves the catch weight physical quantity available. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWAvailTotal Retrieves the catch weight total quantity available for order. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWCheckAutoAdjust Retrieves the quantity of the inventory. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWDeducted Retrieves the value of the PdsCWDeducted field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWOnOrder Retrieves the value of the PdsCWOnOrder field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWOrdered Retrieves the value of the PdsCWOrdered field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWOrderedSum Gets the quantity that was ordered but is not physically available in the warehouse yet. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWPhysicalInvent Retrieves the catch weight physical inventory quantity. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWPicked Retrieves the value of the PdsCWPicked field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWPostedQty Retrieves the value of the PdsCWPostedQty field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWQuotationIssue Retrieves the value of the PdsCWQuotationIssue field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWQuotationReceipt Retrieves the value of the PdsCWQuotationReceipt field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWReceived Retrieves the value of the PdsCWReceived field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWRegistered Retrieves the value of the PdsCWRegistered field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWReservOrdered Retrieves the reserved against ordered inventory quantity in catch weight unit. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif pdsCWReservPhysical Retrieves the value of the PdsCWReservPhysical field. (Inherited from InventOnHandQty.)
Gg816806.protmethod(en-us,AX.60).gif pdsParmCWItem Specifies whether this is a catch weight item. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif physicalInvent Retrieves the physical inventory quantity. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif picked Retrieves the value of the Picked field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif postedQty Retrieves the value of the PostedQty field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif postedValue
Gg816806.pubmethod(en-us,AX.60).gif postedValueSecCur_RU
Gg816806.pubmethod(en-us,AX.60).gif received Retrieves the value of the Received field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif registered Retrieves the value of the Registered field. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif reservOrdered Gets the quantity reserved against ordered on hand. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif reservPhysical Gets the quantity reserved against on hand that is physically available. (Inherited from InventOnHandQty.)
Gg816806.protmethod(en-us,AX.60).gif setAvailability Sets the available quantities. (Inherited from InventOnHandQty.)
Gg816806.protmethod(en-us,AX.60).gif setInventSum Sets the internal on hand buffer based on parameters specified earlier. (Inherited from InventOnHandQty.)
Gg816806.protmethod(en-us,AX.60).gif setInventSumKey Set the key fields, ItemId and InventDimId in the inventSum buffer. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg816806.protmethod(en-us,AX.60).gif setWHSAvailableQuantities Sets the AvailPhysical and AvailOrdered quantities on the internal on hand buffer for Warehouse management enabled items based on values held in the WHSInventReserve record. (Inherited from InventOnHandQty.)
Gg816806.protmethod(en-us,AX.60).gif setWHSSumReserve Set availPhysical, availOrdered, reservPhysical and reservOrdered values on internal on hand buffer for Warehouse management enabled items based on values held in the WHSInventReserve (Inherited from InventOnHandQty.)
Gg816806.protmethod(en-us,AX.60).gif setWHSSumReserveWithDimGaps Sets availPhysical and availOrdered values on internal on hand buffer for warehouse management enabled items based on values held in the WHSInventReserve table when there are gaps in the criteria dimensions. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg816806.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.)
Gg816806.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg816806.pubmethod(en-us,AX.60).gif whsCheckDepreciateOrdered Performs custom check for WHS Items validating reduction of ordered quantity. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif whsCheckItemDraw Custom check Item Draw method for WHS items: checks against the item's physical availability if provided quantity can be picked. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif whsCheckReservation Custom check Reservation method for WHS items. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif whsFindReserveDelta Finds a corresponding WHSInventReserveDelta record. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif whsParmInventReserve Gets/sets the value for inventReserve property. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif whsParmItemUsesWHS Sets the itemUsesWHS field to be used as criteria when selecting. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif whsParmSkipDelta Gets/sets the boolean value for skipDelta property. (Inherited from InventOnHandQty.)
Gg816806.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::availReservationDimensions
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventOnhand class.
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newBOMReportFinish
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newEstimatedUpdate Retrieves an instance of the InventOnHand class.
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newFinancialUpdate
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newInventBatch
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newItemDim
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newItemId
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newParameters
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newParametersActive
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newPhysicalInvent
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newPhysicalUpdate
Gg816806.pubmethod(en-us,AX.60).gif Gg816806.static(en-us,AX.60).gif ::newWMSPallet

Top

Inheritance Hierarchy

Object Class
  InventOnHandQty Class
    InventOnhand Class