Share via


InventUpd_Reservation Class [AX 2012]

The InventUpd_Reservation class sets the status of inventory transactions as Reserved ordered when reserved against a purchase order or Reserved physical when reserved against stock.

Syntax

class InventUpd_Reservation extends InventUpdate

Run On

Server

Methods

  Method Description
Gg882288.protmethod(en-us,AX.60).gif allowChangeConsistentDim (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif allowChangeDim (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif batchLevel Calculates the level of batch number in the reservation hierarchy of the current item.
Gg882288.protmethod(en-us,AX.60).gif calcEstimatedUnit (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg882288.pubmethod(en-us,AX.60).gif canSkipProductDimensionCheck Controls whether it is safe to skip checking product dimension values. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif changeInventTransReferences Updates the relationship references of the inventory transaction originator related to the movement. (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif checkLocationMixingConstraint Checks the location profile setup of the given inventory dimensions. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif checkReservationValidMarked
Gg882288.protmethod(en-us,AX.60).gif checkUpdateMovement
Gg882288.pubmethod(en-us,AX.60).gif createInventTransOriginAndReferences Creates the inventory transaction originator for the movement and relationship references. (Inherited from InventUpdate.)
Gg882288.privmethod(en-us,AX.60).gif createWHSOnHandCollectionEnumerator
Gg882288.pubmethod(en-us,AX.60).gif deleteInvalidMarking
Gg882288.pubmethod(en-us,AX.60).gif deleteInventTransOriginAndReferences Deletes the inventory transaction originator and related relationship references. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg882288.protmethod(en-us,AX.60).gif getLedgerDimensionFromDefaultAccount Wraps the DimensionDefaultingService::serviceCreateLedgerDimension method. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif getNextInventTransToIssue Retrieves the next InventTrans record from the sorted list of transactions to issue. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif getNextInventTransToReceive (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg882288.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg882288.protmethod(en-us,AX.60).gif initInventTransPosting (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif initInventTransToIssueList Initializes a sorted list that has transactions to issue. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif initInventTransToReceiveList (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif initUpdate (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif isRefiningDimension Determines whether the dimension in a specified inventory transaction is refining the specified inventory dimension record. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif movement (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif new (Overrides the new Method.)
Gg882288.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.)
Gg882288.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.)
Gg882288.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg882288.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg882288.pubmethod(en-us,AX.60).gif parmAllowAutoReserveDim Gets or sets the AllowAutoReserveDim parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmAllowNegativeFinancial Gets or sets the AllowNegativeFinancial parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmAllowNegativePhysical Gets or sets the AllowNegativePhysical parameter. (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif parmAllowReserveByDate Gets or sets the AllowReserveByDate parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmAllowReserveOrdered Gets or sets the AllowReserveOrdered parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmAllowReservePhysical Gets or sets the AllowReservePhysical parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmAllowReservePhysUpdateForAllMarked Gets or sets the AllowReservePhysUpdateForAllMarked parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmAllowReserveReduction Gets or sets the AllowReserveReduction parameter. (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif parmAllowReserveReversed Gets or sets the AllowReserveReversed parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmBurdenItem Gets or sets the burdenItem parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmDocumentStornoId_RU Gets or sets the DocumentStornoId_RU parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmExchangeRateDate Gets or sets the ExchangeRateDate parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmInventDimCriteria Gets or sets the InventDimCriteria parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmInventDimFixed Gets or sets the InventDimFixed parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmInventDimParm Gets or sets the InventDimParm parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmInventDimQuarantine Gets or sets the InventDimQuarantine parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmInventReceiptForTestRegistrator Gets or sets the InventReceiptForTestRegistrator parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmNeedTransIdTransit_RU Gets or sets the NeedTransIdTransit_RU parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmOnlyUnReservePhysicalReserved Gets or sets the OnlyUnReservePhysicalReserved parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmPdsCWForceActual Gets or sets the _cwForceActual parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmPdsCWInventQty Gets or sets the _cwReservation parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmPdsTmpAttrSel Gets or sets the TmpBatchAttributeSelect record.
Gg882288.pubmethod(en-us,AX.60).gif parmPhysicalReduction Gets or sets the PhysicalReduction parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmPreferedInventTransRecId Gets or sets the PreferedInventTransRecId parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmProjCostAmountMST Gets or sets the ProjCostAmountMST parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmProjCostAmountMSTSecCur_RU Gets or sets the ProjCostAmountMSTSecCur_RU parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmReservation Gets or sets the Reservation parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmReserveLessPhysicalFirst_RU Gets or sets the ReserveLessPhysicalFirst_RU parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmShowInfo Gets or sets the ShowInfo parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmSkipInventTransSumUp Gets or sets the value that determines if InventTrans records should be summed together. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmTransLinkCache_RU Gets or sets the TransLinkCache_RU parameter. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif parmUpdateMarking_RU Gets or sets the UpdateMarking_RU parameter.
Gg882288.pubmethod(en-us,AX.60).gif parmWmsMovement Gets or sets the WmsMovement parameter. (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif pdsAdjustInventoryQuantity Adjusts inventory quantity for the movement. (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif pdsCalculateInventoryQuantityAdjustment Calculates the quantity in inventory unit that has to be adjusted for the current movement because of the update. (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif pdsDistributeInventQtyOnMarkedTrans Distributes inventory quantity among related marked transactions. (Inherited from InventUpdate.)
Gg882288.privmethod(en-us,AX.60).gif pdsGetLastBoxQty Indicates whether the value of the catch weight quantity field is removing quantity from the last box, and if so, how much quantity is removed.
Gg882288.pubmethod(en-us,AX.60).gif pdsLastCWUnit Indicates whether the value of the catch weight quantity field is the last box.
Gg882288.pubmethod(en-us,AX.60).gif pdsResetLastUnitQty Updates the value of the catch weight quantity field as the last box to reset the order quantity field.
Gg882288.privmethod(en-us,AX.60).gif pdsSetOrderData Gets the CustAccount and RequestedDate values and returns them in a container.
Gg882288.pubmethod(en-us,AX.60).gif postingFinancial (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif postingFinancialCharge Determines whether the selected financial charge is posted. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif postingPhysical (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif postingPhysicalCharge Determines whether the selected physical charge is posted. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif postingPhysicalRevenue (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif reservationHierarchyList Constructs a list containing inventory dimensions in the current item's reservation hierarchy.
Gg882288.privmethod(en-us,AX.60).gif reservationStrategyList
Gg882288.protmethod(en-us,AX.60).gif setParmAllowDefault (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg882288.protmethod(en-us,AX.60).gif setVirtuelProjReferenceTransOriginId (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif setWHSInventReserveDeltaQueryBuilder Setter for whsInventReserveDeltaQueryBuilderSpecified property of a class.
Gg882288.pubmethod(en-us,AX.60).gif setWHSInventReserveQueryBuilder Setter for whsInventReserveQueryBuilderSpecified property of a class.
Gg882288.pubmethod(en-us,AX.60).gif setWHSReservationHierarchyStrategyList Setter for whsReservationHierarchyLevelStrategyList property of the class.
Gg882288.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg882288.protmethod(en-us,AX.60).gif updateBatchCriteriaSameBatch Updates inventDim criteria for same batch requirments based on the batch passed in or the existing batch for the movement.
Gg882288.protmethod(en-us,AX.60).gif updateDimReserveChange (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif updateDimReservePhysical (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif updateDimTransferIssueReceipt (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif updateEstimated (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif updateInventTransPosting (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif updateNow
Gg882288.protmethod(en-us,AX.60).gif updateReserveAgain (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif updateReserveAgainTrans (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif updateReserveLess
Gg882288.protmethod(en-us,AX.60).gif updateReserveMore
Gg882288.pubmethod(en-us,AX.60).gif updateTransDimIssue Synchronizes the reservation transaction with new inventory dimensions. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif updateTransDimReceipt (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif updCostAmountLedger (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif updCostAmountPhysical (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif updOperationsAmountLedger (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif updPhysicalAmountLedger (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif updPhysicalRevenueAmountLedger (Inherited from InventUpdate.)
Gg882288.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.)
Gg882288.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg882288.pubmethod(en-us,AX.60).gif whsAdjustInventDimParms Reset the InventDimParm setup for WHS items.
Gg882288.pubmethod(en-us,AX.60).gif whsForceReserveAgain Reserve the inventory again. (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif whsUpdateDimReserveChange Special check for WHS due to the reservation hierarchy. (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif whsUpdateDimReservePhysical Handle order reserved inventory for WHS items (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif whsUpdateReserveMore Added this method as WHS reservations are handled differently
Gg882288.pubmethod(en-us,AX.60).gif whsUpdateWorkTransDimIssue Change work dimensions for WHS. (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif writeInventTrans (Inherited from InventUpdate.)
Gg882288.protmethod(en-us,AX.60).gif writeInventTransAutoDim (Inherited from InventUpdate.)
Gg882288.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg882288.privmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::assignInventDimToIssueTrans
Gg882288.privmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::calculateInventDimFixed
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::deleteReserveRefTransId Removes reservation and marking for the specified inventory movement.
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::newInventDim
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::newKanbanJob Initializes an instance of the InventUpd_Reservation class from a Kanban inventory movement.
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::newMovement Initializes an instance of the InventUpd_Reservation class.
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::newMovementWMS
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::newParameters
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::pdsUpdateReserveLot Reserves against the lot that is related to the InventTransId record.
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::pdsUpdSameLotReserve Updates the same lot reservation.
Gg882288.privmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::showWarningCannotReserveByMarking
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::updateReserveBuffer
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::updateReserveFromForm
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::updateReserveLot_W
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::updateReserveRefTransId Used to update the inventory reservation so that it matches the marking.
Gg882288.pubmethod(en-us,AX.60).gif Gg882288.static(en-us,AX.60).gif ::updateReserveRefTransIdOnOrder Attempts to update the reservation for marked inventory transactions that has status On order.

Top

Inheritance Hierarchy

Object Class
  InventUpdate Class
    InventUpd_Reservation Class