InventAdjustPost_PriceActivation Class [AX 2012]

The InventAdjustPost_PriceActivation class handles the postings of inventory adjustments.

This implementation is specific to item price activation process and contains optimizations that skip unnecessary updates of inventory settlements.

Syntax

class InventAdjustPost_PriceActivation extends InventAdjustPost

Run On

Server

Methods

  Method Description
Dn648110.protmethod(en-us,AX.60).gif addInventAdjustPostInventTransView Adds the InventAdjustPostInventTransView table to the QueryBuildDataSource object for the InventSettlement record. (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif addInventSettlement Adds the table InventSettlement to the Query. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif addLedger (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif addProjectLedger Adds project transactions to the voucher. (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif calcLedgerCorrection Determines if the current adjustment should be posted with the correction flag set. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn648110.protmethod(en-us,AX.60).gif checkItemPostedDate (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn648110.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn648110.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn648110.protmethod(en-us,AX.60).gif initCheckItemPostedDate Initializes the variable checkItemPostedDate. (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif initLedgerVoucher Initializes a ledgervoucher object. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif initLedgerVoucherExt Calls the protected methods to initialize a LedgerVoucher object. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif initProgress_RU (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif initTransactionTxt Initializes the transaction text. (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif inventTransCurrency_RU (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif ledgerBondClient_RU Returns the current LedgerBondClient_RU instance for the LedgerVoucherObject instance in the OperationsTax::Current or OperationsTax::WarehouseCur_RU posting layer. (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif mustFetchItemGroupId Determines whether the InventSettlement.ItemGroupId value must be fetched. (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif mustFetchItemId Determines whether the InventSettlement.ItemId value must be fetched. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif new (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif newProjLedger_RU (Inherited from InventAdjustPost.)
Dn648110.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.)
Dn648110.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.)
Dn648110.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn648110.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn648110.pubmethod(en-us,AX.60).gif parmAdjust_RU Gets or sets the Adjust_RU parameter. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif parmAdjustPurch Gets or sets the AdjustPurch parameter. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif parmCurrencyCode Gets or sets the CurrencyCode parameter. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif parmLedgerTransType_RU Gets or sets the LedgerTransType_RU parameter. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif parmPreviousAdjustmentCorrection Gets or sets the PreviousAdjustmentCorrection parameter. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif parmSkipConversionCheck Gets or sets the SkipConversionCheck parameter. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif parmStorno_RU Gets or sets the Storno_RU parameter. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif parmVoucherSequence Gets or sets the VoucherSequence parameter. (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif processInventSettlement Process an InventTrans and InventSettlement record. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn648110.protmethod(en-us,AX.60).gif setTransactionText Sets the transaction text. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn648110.protmethod(en-us,AX.60).gif updateItem Selects inventory settlements to process. (Overrides the updateItem Method.)
Dn648110.protmethod(en-us,AX.60).gif updateMap_RU (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif updateNow Handles the postings of inventory adjustments. (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif updatePosted Updates the state of posted InventSettlement records. (Overrides the updatePosted Method.)
Dn648110.protmethod(en-us,AX.60).gif updateProduction Handles the posting of production indirect costs. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif updateProgress_RU (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif updateTrans Updates a ledger and project with the inventory settlement. (Inherited from InventAdjustPost.)
Dn648110.protmethod(en-us,AX.60).gif updateTrans_RU (Inherited from InventAdjustPost.)
Dn648110.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.)
Dn648110.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn648110.protmethod(en-us,AX.60).gif wasOriginalTransStorno Determines if the financial voucher for the transaction being corrected was originally posted as correction. (Inherited from InventAdjustPost.)
Dn648110.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  InventAdjustPost Class
    InventAdjustPost_PriceActivation Class