InventCostProdAdjust Class [AX 2012]

The InventCostProdAdjust class handles the adjusting of a production order.

Syntax

class InventCostProdAdjust

Run On

Called

Methods

  Method Description
Gg759688.protmethod(en-us,AX.60).gif adjust Handles the adjustment of a single production order.
Gg759688.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg759688.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg759688.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg759688.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg759688.protmethod(en-us,AX.60).gif initFromInventTransId Initializes all variables so that a new inventTransId value can be processed.
Gg759688.protmethod(en-us,AX.60).gif initProdTableJour Initializes a ProdTableJour record.
Gg759688.protmethod(en-us,AX.60).gif insertCosting Inserts a costing record into the ProdTableJour table.
Gg759688.protmethod(en-us,AX.60).gif insertIndirectCost Triggers the finalization of the indirect cost calculation.
Gg759688.protmethod(en-us,AX.60).gif insertMaterialConsumption Inserts a material consumption record into the ProdTableJour table.
Gg759688.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventCostProdAdjust class.
Gg759688.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.)
Gg759688.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.)
Gg759688.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg759688.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg759688.pubmethod(en-us,AX.60).gif parmDeferRecalc Gets or sets the DeferRecalc parameter.
Gg759688.pubmethod(en-us,AX.60).gif parmIndirectCostPerInventTransId Gets or sets the IndirectCostPerInventTransId parameter.
Gg759688.pubmethod(en-us,AX.60).gif parmInventTransAdjustDataMap Gets or sets the InventTransAdjustDataMap parameter.
Gg759688.pubmethod(en-us,AX.60).gif parmInventTransCurrency_RU Gets or sets the InventTransCurrency_RU parameter.
Gg759688.pubmethod(en-us,AX.60).gif parmLedgerVoucher Gets or sets the LedgerVoucher parameter.
Gg759688.pubmethod(en-us,AX.60).gif parmRecalc Gets or sets the Recalc parameter.
Gg759688.pubmethod(en-us,AX.60).gif parmTransDate Gets or sets the TransDate parameter.
Gg759688.pubmethod(en-us,AX.60).gif parmVoucher Gets or sets the Voucher parameter.
Gg759688.pubmethod(en-us,AX.60).gif run Iterates over a given InventCostProdDataMap class instance.
Gg759688.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg759688.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg759688.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.)
Gg759688.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg759688.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg759688.pubmethod(en-us,AX.60).gif Gg759688.static(en-us,AX.60).gif ::adjustFromInventClosing Adjusts production orders.
Gg759688.pubmethod(en-us,AX.60).gif Gg759688.static(en-us,AX.60).gif ::adjustFromInventCostRevaluate Adjusts production orders.
Gg759688.pubmethod(en-us,AX.60).gif Gg759688.static(en-us,AX.60).gif ::adjustFromStdCostConvert Changes production orders using static interface from the standard cost conversion.
Gg759688.pubmethod(en-us,AX.60).gif Gg759688.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventCostProdAdjust class.
Gg759688.pubmethod(en-us,AX.60).gif Gg759688.static(en-us,AX.60).gif ::newFromInventClosing Initializes a new instance of this class based on an inventory closing record.
Gg759688.pubmethod(en-us,AX.60).gif Gg759688.static(en-us,AX.60).gif ::newFromLedgerVoucher Initializes a new instance of this class based on a ledger voucher.
Gg759688.protmethod(en-us,AX.60).gif Gg759688.static(en-us,AX.60).gif ::newFromParameter Initializes a new instance of this class based on an inventCostProdAdjustDataMap.

Top

Remarks

The base input for this class is an instance of the InventCostProdDataMap class.

Inheritance Hierarchy

Object Class
  InventCostProdAdjust Class