inventCostProdCancel Class [AX 2012]
The inventCostProdCancel class reverses the adjustments made to a production order.
Syntax
class inventCostProdCancel
Run On
Called
Methods
Method | Description | |
---|---|---|
addProdIndirectTransToLedgerVoucher | Adds a ProdIndirectTrans record to a ledger voucher. | |
cancelProdOrder | Handles the sequence of the cancellation of the production adjustments. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
duplicateProdIndirectTrans | Duplicates prodIndirectTrans records. | |
duplicateProdTableJour | Duplicates ProdTableJour records. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
markProdIndirectTransAsCanceled | Marks ProdIndirectTrans records as canceled. | |
markProdTableJourAsCanceled | Marks ProdTableJour records as canceled. | |
new | Initializes a new instance of the inventCostProdCancel class. | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmCancelTransDate | Gets or sets the CancelTransDate parameter. | |
parmCancelVoucher | Gets or sets the CancelVoucher parameter. | |
parmLedgerVoucher | Gets or sets the LedgerVoucher parameter. | |
parmNewTransDate | Gets or sets the NewTransDate parameter. | |
parmNewVoucher | Gets or sets the NewVoucher parameter. | |
parmProdId | Gets or sets the ProdId parameter. | |
parmProdTable | Gets or sets the ProdTable parameter. | |
parmRecalc | Gets or sets the Recalc parameter. | |
parmUpdateBreakdown | Gets or sets the UpdateBreakdown parameter. | |
postToLedger | Posts duplicated ProdIndirectTrans records to the ledger. | |
run | Triggers the cancellation of adjustments to a single production order. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::cancelFromInventCostClosingCancel | Cancels adjustments to a single production order out of the inventory closing. | |
::cancelFromProdEnding | Cancels adjustments for a single production order and posts them to the specified ledger voucher. | |
::cancelFromProdIdInventCostClosingCancel | Cancels adjustments to a single production order from the inventory closing. | |
::construct | Initializes a new instance of the inventCostProdCancel class. | |
::newFromInventClosing | Initializes a new instance of the inventCostProdCancel class. | |
::newFromLedgerVoucher | Initializes a new instance of the inventCostProdCancel class. | |
::newFromParameter | Initializes a new instance of the inventCostProdCancel class. | |
::newFromProdIdInventClosing | Initializes a new instance of the inventCostProdCancel class. | |
::newFromProdIdLedgerVoucher | Initializes a new instance of the inventCostProdCancel class. | |
::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