InventStdCostAdjust_StdCostConvert Class [AX 2012]

The InventStdCostAdjust_StdCostConvert class converts an item to standard cost during the standard cost conversion.

Syntax

class InventStdCostAdjust_StdCostConvert extends InventStdCostAdjust

Run On

Called

Methods

  Method Description
Gg838497.protmethod(en-us,AX.60).gif addIndirectCostAdjustment
Gg838497.protmethod(en-us,AX.60).gif adjustStdCostFinancial Adjusts the financial inventory for a financial inventory dimension to standard cost. (Overrides the adjustStdCostFinancial Method.)
Gg838497.protmethod(en-us,AX.60).gif adjustStdCostPhysical Adjusts physical inventory transactions to a new standard cost. (Overrides the adjustStdCostPhysical Method.)
Gg838497.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg838497.protmethod(en-us,AX.60).gif createInventCostTrans Creates the inventory cost transaction record for a financial inventory dimension.
Gg838497.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg838497.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg838497.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg838497.protmethod(en-us,AX.60).gif initAdjust Initializes the item price that belongs to a financial inventory dimension. (Overrides the initAdjust Method.)
Gg838497.pubmethod(en-us,AX.60).gif initInventTransCache_RU (Inherited from InventStdCostAdjust.)
Gg838497.protmethod(en-us,AX.60).gif initVoucher Initializes the LedgerVoucher Class. (Overrides the initVoucher Method.)
Gg838497.protmethod(en-us,AX.60).gif lockInventSum (Inherited from InventStdCostAdjust.)
Gg838497.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventStdCostAdjust class. (Inherited from InventStdCostAdjust.)
Gg838497.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.)
Gg838497.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.)
Gg838497.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg838497.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg838497.pubmethod(en-us,AX.60).gif parmInventDimCriteria Gets or sets the InventDimCriteria parameter. (Inherited from InventStdCostAdjust.)
Gg838497.pubmethod(en-us,AX.60).gif parmInventItemPrice Gets or sets the InventItemPrice parameter. (Inherited from InventStdCostAdjust.)
Gg838497.pubmethod(en-us,AX.60).gif parmInventStdCostConv Gets or sets the InventStdCostConv parameter.
Gg838497.pubmethod(en-us,AX.60).gif parmInventTable Gets or sets the InventTable parameter. (Inherited from InventStdCostAdjust.)
Gg838497.pubmethod(en-us,AX.60).gif parmInventTransCurrency_RU Gets or sets the InventTransCurrency_RU parameter. (Inherited from InventStdCostAdjust.)
Gg838497.pubmethod(en-us,AX.60).gif parmNewPcsPrice Gets or sets the NewPcsPrice parameter. (Inherited from InventStdCostAdjust.)
Gg838497.pubmethod(en-us,AX.60).gif parmPriceActivation Gets or sets the PriceActivation parameter. (Inherited from InventStdCostAdjust.)
Gg838497.pubmethod(en-us,AX.60).gif parmTransDate Gets the TransDate parameter. (Inherited from InventStdCostAdjust.)
Gg838497.pubmethod(en-us,AX.60).gif parmVoucher Gets the Voucher parameter. (Inherited from InventStdCostAdjust.)
Gg838497.protmethod(en-us,AX.60).gif post Handles the ledger postings of the standard cost adjustment. (Overrides the post Method.)
Gg838497.protmethod(en-us,AX.60).gif setInventSettlement Clears the ledger accounts for a physical value settlement. (Overrides the setInventSettlement Method.)
Gg838497.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg838497.protmethod(en-us,AX.60).gif splitTransactions Splits all open partially settled transactions into a settled and a non-settled part.
Gg838497.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg838497.protmethod(en-us,AX.60).gif updateIndirectCost
Gg838497.pubmethod(en-us,AX.60).gif updateNow (Inherited from InventStdCostAdjust.)
Gg838497.protmethod(en-us,AX.60).gif updateStdCost Adjusts an item to standard cost. (Overrides the updateStdCost Method.)
Gg838497.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.)
Gg838497.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg838497.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg838497.pubmethod(en-us,AX.60).gif Gg838497.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventStdCostAdjust_StdCostConvert class.
Gg838497.pubmethod(en-us,AX.60).gif Gg838497.static(en-us,AX.60).gif ::newStdCost Returns a new instance of the InventStdCostAdjust_StdCostConvert class.

Top

Inheritance Hierarchy

Object Class
  InventStdCostAdjust Class
    InventStdCostAdjust_StdCostConvert Class