inventCostProdCancel Class [AX 2012]

The inventCostProdCancel class reverses the adjustments made to a production order.

Syntax

class inventCostProdCancel

Run On

Called

Methods

  Method Description
Gg759712.protmethod(en-us,AX.60).gif addProdIndirectTransToLedgerVoucher Adds a ProdIndirectTrans record to a ledger voucher.
Gg759712.protmethod(en-us,AX.60).gif cancelProdOrder Handles the sequence of the cancellation of the production adjustments.
Gg759712.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg759712.protmethod(en-us,AX.60).gif duplicateProdIndirectTrans Duplicates prodIndirectTrans records.
Gg759712.protmethod(en-us,AX.60).gif duplicateProdTableJour Duplicates ProdTableJour records.
Gg759712.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg759712.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg759712.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg759712.protmethod(en-us,AX.60).gif markProdIndirectTransAsCanceled Marks ProdIndirectTrans records as canceled.
Gg759712.protmethod(en-us,AX.60).gif markProdTableJourAsCanceled Marks ProdTableJour records as canceled.
Gg759712.protmethod(en-us,AX.60).gif new Initializes a new instance of the inventCostProdCancel class.
Gg759712.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.)
Gg759712.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.)
Gg759712.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg759712.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg759712.pubmethod(en-us,AX.60).gif parmCancelTransDate Gets or sets the CancelTransDate parameter.
Gg759712.pubmethod(en-us,AX.60).gif parmCancelVoucher Gets or sets the CancelVoucher parameter.
Gg759712.pubmethod(en-us,AX.60).gif parmLedgerVoucher Gets or sets the LedgerVoucher parameter.
Gg759712.pubmethod(en-us,AX.60).gif parmNewTransDate Gets or sets the NewTransDate parameter.
Gg759712.pubmethod(en-us,AX.60).gif parmNewVoucher Gets or sets the NewVoucher parameter.
Gg759712.pubmethod(en-us,AX.60).gif parmProdId Gets or sets the ProdId parameter.
Gg759712.pubmethod(en-us,AX.60).gif parmProdTable Gets or sets the ProdTable parameter.
Gg759712.pubmethod(en-us,AX.60).gif parmRecalc Gets or sets the Recalc parameter.
Gg759712.pubmethod(en-us,AX.60).gif parmUpdateBreakdown Gets or sets the UpdateBreakdown parameter.
Gg759712.protmethod(en-us,AX.60).gif postToLedger Posts duplicated ProdIndirectTrans records to the ledger.
Gg759712.pubmethod(en-us,AX.60).gif run Triggers the cancellation of adjustments to a single production order.
Gg759712.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg759712.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg759712.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.)
Gg759712.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg759712.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg759712.pubmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::cancelFromInventCostClosingCancel Cancels adjustments to a single production order out of the inventory closing.
Gg759712.pubmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::cancelFromProdEnding Cancels adjustments for a single production order and posts them to the specified ledger voucher.
Gg759712.pubmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::cancelFromProdIdInventCostClosingCancel Cancels adjustments to a single production order from the inventory closing.
Gg759712.pubmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::construct Initializes a new instance of the inventCostProdCancel class.
Gg759712.pubmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::newFromInventClosing Initializes a new instance of the inventCostProdCancel class.
Gg759712.pubmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::newFromLedgerVoucher Initializes a new instance of the inventCostProdCancel class.
Gg759712.protmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::newFromParameter Initializes a new instance of the inventCostProdCancel class.
Gg759712.privmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::newFromProdIdInventClosing Initializes a new instance of the inventCostProdCancel class.
Gg759712.privmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::newFromProdIdLedgerVoucher Initializes a new instance of the inventCostProdCancel class.
Gg759712.protmethod(en-us,AX.60).gif Gg759712.static(en-us,AX.60).gif ::newFromProdIdParameter Initializes a new instance of the inventCostProdCancel class.

Top

Remarks

This class follows the principle of creating new records for the new voucher which are indicated with a reversed sign.

Inheritance Hierarchy

Object Class
  inventCostProdCancel Class