InventCostProdAdjust Class [AX 2012]
The InventCostProdAdjust class handles the adjusting of a production order.
| Method | Description | |
|---|---|---|
| adjust | Handles the adjustment of a single production order. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| initFromInventTransId | Initializes all variables so that a new inventTransId value can be processed. |
| initProdTableJour | Initializes a ProdTableJour record. |
| insertCosting | Inserts a costing record into the ProdTableJour table. |
| insertIndirectCost | Triggers the finalization of the indirect cost calculation. |
| insertMaterialConsumption | Inserts a material consumption record into the ProdTableJour table. |
| new | Initializes a new instance of the InventCostProdAdjust 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.) |
| parmDeferRecalc | Gets or sets the DeferRecalc parameter. |
| parmIndirectCostPerInventTransId | Gets or sets the IndirectCostPerInventTransId parameter. |
| parmInventTransAdjustDataMap | Gets or sets the InventTransAdjustDataMap parameter. |
| parmInventTransCurrency_RU | Gets or sets the InventTransCurrency_RU parameter. |
| parmLedgerVoucher | Gets or sets the LedgerVoucher parameter. |
| parmRecalc | Gets or sets the Recalc parameter. |
| parmTransDate | Gets or sets the TransDate parameter. |
| parmVoucher | Gets or sets the Voucher parameter. |
| run | Iterates over a given InventCostProdDataMap class instance. |
| 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.) |
| ::adjustFromInventClosing | Adjusts production orders. |
| ::adjustFromInventCostRevaluate | Adjusts production orders. |
| ::adjustFromStdCostConvert | Changes production orders using static interface from the standard cost conversion. |
| ::construct | Initializes a new instance of the InventCostProdAdjust class. |
| ::newFromInventClosing | Initializes a new instance of this class based on an inventory closing record. |
| ::newFromLedgerVoucher | Initializes a new instance of this class based on a ledger voucher. |
| ::newFromParameter | Initializes a new instance of this class based on an inventCostProdAdjustDataMap. |
Community Additions
ADD
Show: