InventCostRevaluate_StdCostConvert Class [AX 2012]
The InventCostRevaluate_StdCostConvert class generates the inventory cost transactions during a standard cost conversion.
Syntax
class InventCostRevaluate_StdCostConvert extends InventCostRevaluate
Run On
Called
Methods
Method | Description | |
---|---|---|
addInventCostTrans | (Inherited from InventCostRevaluate.) | |
addInventCostTransGroup1 | (Inherited from InventCostRevaluate.) | |
addInventCostTransGroup2 | (Inherited from InventCostRevaluate.) | |
addInventCostTransSum | (Inherited from InventCostRevaluate.) | |
addToTransRevalList | (Inherited from InventCostRevaluate.) | |
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.) | |
init | Initializes the revaluation process. (Inherited from InventCostRevaluate.) | |
initActCostList | Initializes the actual cost. (Overrides the initActCostList Method.) | |
initCostTransVarianceList | (Inherited from InventCostRevaluate.) | |
initEstCostList | (Inherited from InventCostRevaluate.) | |
initPrevInventItemPrice | (Inherited from InventCostRevaluate.) | |
initProcess | (Inherited from InventCostRevaluate.) | |
new | Initializes a new instance of the InventCostRevaluate class. (Inherited from InventCostRevaluate.) | |
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.) | |
parmInventCostTransList | Gets or sets the InventCostTransList parameter. (Inherited from InventCostRevaluate.) | |
parmInventItemPrice | Gets or sets the InventItemPrice parameter. (Inherited from InventCostRevaluate.) | |
parmInventTable | Gets or sets the InventTable parameter. | |
parmInventTransCurrency_RU | Gets or sets the InventTransCurrency_RU parameter. (Inherited from InventCostRevaluate.) | |
parmLedgerVoucher | Gets or sets the LedgerVoucher parameter. (Inherited from InventCostRevaluate.) | |
parmPrevCostAmount | Gets or sets the PrevCostAmount parameter. | |
parmPrevInventItemPrice | Gets or sets the PrevInventItemPrice parameter. (Inherited from InventCostRevaluate.) | |
priceType | (Inherited from InventCostRevaluate.) | |
processCostTransList | Processes the transactions that need to be revaluated. (Overrides the processCostTransList Method.) | |
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.) | |
updateNow | (Inherited from InventCostRevaluate.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validate | Validates if the currently processed item needs to be revaluated. (Overrides the validate Method.) | |
varianceType | (Inherited from InventCostRevaluate.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Initializes a new instance of the InventCostRevaluate_StdCostConvert class. | |
::newFromParameters | Returns a new instance of the inventCostRevaluate_StdCostConvert class. |
Top
Inheritance Hierarchy
Object Class
InventCostRevaluate Class
InventCostRevaluate_StdCostConvert Class