InventCostRevaluate Class [AX 2012]

The InventCostRevaluate class revaluates the inventory when a standard cost price changes.

Syntax

class InventCostRevaluate

Run On

Called

Methods

  Method Description
Gg760465.protmethod(en-us,AX.60).gif addInventCostTrans
Gg760465.protmethod(en-us,AX.60).gif addInventCostTransGroup1
Gg760465.protmethod(en-us,AX.60).gif addInventCostTransGroup2
Gg760465.protmethod(en-us,AX.60).gif addInventCostTransSum
Gg760465.protmethod(en-us,AX.60).gif addToTransRevalList
Gg760465.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg760465.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg760465.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg760465.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg760465.protmethod(en-us,AX.60).gif init Initializes the revaluation process.
Gg760465.protmethod(en-us,AX.60).gif initActCostList
Gg760465.protmethod(en-us,AX.60).gif initCostTransVarianceList
Gg760465.protmethod(en-us,AX.60).gif initEstCostList
Gg760465.protmethod(en-us,AX.60).gif initPrevInventItemPrice
Gg760465.protmethod(en-us,AX.60).gif initProcess
Gg760465.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventCostRevaluate class.
Gg760465.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.)
Gg760465.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.)
Gg760465.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg760465.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg760465.pubmethod(en-us,AX.60).gif parmInventCostTransList Gets or sets the InventCostTransList parameter.
Gg760465.pubmethod(en-us,AX.60).gif parmInventItemPrice Gets or sets the InventItemPrice parameter.
Gg760465.pubmethod(en-us,AX.60).gif parmInventTransCurrency_RU Gets or sets the InventTransCurrency_RU parameter.
Gg760465.pubmethod(en-us,AX.60).gif parmLedgerVoucher Gets or sets the LedgerVoucher parameter.
Gg760465.pubmethod(en-us,AX.60).gif parmPrevInventItemPrice Gets or sets the PrevInventItemPrice parameter.
Gg760465.protmethod(en-us,AX.60).gif priceType
Gg760465.protmethod(en-us,AX.60).gif processCostTransList Processes the transactions that need to be revaluated.
Gg760465.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg760465.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg760465.pubmethod(en-us,AX.60).gif updateNow
Gg760465.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.)
Gg760465.protmethod(en-us,AX.60).gif validate Validates whether there is something to revaluate.
Gg760465.protmethod(en-us,AX.60).gif varianceType
Gg760465.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg760465.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg760465.pubmethod(en-us,AX.60).gif Gg760465.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventCostRevaluate class.
Gg760465.pubmethod(en-us,AX.60).gif Gg760465.static(en-us,AX.60).gif ::newFromInventCostTransList Initializes a new instance of this class for the given parameters.
Gg760465.protmethod(en-us,AX.60).gif Gg760465.static(en-us,AX.60).gif ::newFromParameter Initializes a new instance of this class for the given parameters.
Gg760465.pubmethod(en-us,AX.60).gif Gg760465.static(en-us,AX.60).gif ::revaluateFromBackdate Revaluates InventCostTrans records when a backdating occurs.
Gg760465.pubmethod(en-us,AX.60).gif Gg760465.static(en-us,AX.60).gif ::revaluateFromStdCostChange Revaluates cost when a new price is activated.

Top

Inheritance Hierarchy

Object Class
  InventCostRevaluate Class
    InventCostRevaluate_StdCostConvert Class