InventOnHandQty Class [AX 2012]

Use this class if only interested in quantities as it is often faster than InventOnHand.

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 InventOnHandQty implements InventIAvailability, PdsCWInventIAvailability

  Microsoft Dynamics AX 2012 R2 (SYS)
          class InventOnHandQty

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  InventOnHandQty Class
    InventOnhand Class