InventModelType_MovingAverage Class [AX 2012]
The InventModelTyp_MovingAverage class implements the moving average inventory model.
Syntax
class InventModelType_MovingAverage extends InventModelType
Run On
Called
Methods
Method | Description | |
---|---|---|
addCostTransVariance | Serves as the entry point for the standard cost processing that is called for each inventTrans record. (Inherited from InventModelType.) | |
adjustCostTrans | Serves as the entry point for the standard cost processing of adjustments that is called for each inventTrans record. (Inherited from InventModelType.) | |
allowOnhandAdjustment | (Inherited from InventModelType.) | |
allowTransactionAdjustment | Indicates whether you can adjust an inventory transaction. (Overrides the allowTransactionAdjustment Method.) | |
cacheFinancialOnhandOnFinancialUpdate | Indicates whether the financial update of the inventory transactions should cache the financial on-hand inventory. (Overrides the cacheFinancialOnhandOnFinancialUpdate Method.) | |
cacheFinancialOnhandOnPhysicalUpdate | Indicates whether the physical update of the inventory transactions should cache the financial available inventory. (Overrides the cacheFinancialOnhandOnPhysicalUpdate Method.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
checkInventOnHand | Indicates whether the inventory available is valid. (Overrides the checkInventOnHand Method.) | |
checkNewDimensionGroupsForItem | Validates that the suggested new dimension groups can be used for the specified item. (Inherited from InventModelType.) | |
checkNewModelGroupId | (Inherited from InventModelType.) | |
checkNotNegativeOnHand | (Inherited from InventModelType.) | |
costPricePcs | Determines the cost for one piece. (Overrides the costPricePcs Method.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
estimatedPhysicalValue | Get the estimated physical value for an inventory transaction. (Overrides the estimatedPhysicalValue Method.) | |
finalizeCostTransVariance | Serves as the entry point for the standard cost processing that is called only one time for an instance of an inventMovement class after all the inventTrans records have been processed. (Inherited from InventModelType.) | |
finalizeCostTransVarianceSecCur_RU | Serves as an entry point for the standard cost processing that is called only time for an instance of am inventMovement class, after all the inventTrans records have been processed. (Inherited from InventModelType.) | |
financialInventOnHand | Retrieves the financial available inventory. | |
financialIssueCostValue | Calculates the financial issue cost for an inventory transaction. (Overrides the financialIssueCostValue Method.) | |
financialIssueCostValueSecCur_RU | (Inherited from InventModelType.) | |
financialReceiptCostValue | (Inherited from InventModelType.) | |
financialReceiptCostValueSecCur_RU | (Inherited from InventModelType.) | |
getExpectedCost | Retrieves the expected cost for a InventSum record. | |
getExpectedCostKey | Retrieves a key that is used to retrieve the expected cost. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
getWarningItemDimCostPriceOff | (Inherited from InventModelType.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initCostTransVariance | Serves as the entry point for the standard cost processing that is called only one time for an instance of a inventMovement class. (Inherited from InventModelType.) | |
inventCostMovement | Retrieves the global instance of the inventCostMovement class. (Inherited from InventModelType.) | |
inventCostPriceMap | Retrieves the cost for an item. (Overrides the inventCostPriceMap Method.) | |
inventModel | Retrieves the inventory model. (Overrides the inventModel Method.) | |
inventSumOpenTransact | Creates a new instance of a subclass of the InventSumOpenTransact class. (Overrides the inventSumOpenTransact Method.) | |
isSettled | Indicates if the inventory model is settled. (Overrides the isSettled Method.) | |
isTransactionBackdated | Determines if a given InventTrans record represents a backdated transaction according to the Moving Average costing method. | |
matchDateInPreCloseReturns | Indicates whether the date is matched in the pre-closing of returns. (Inherited from InventModelType.) | |
mustAlwaysBeBookedPhysically | Indicates whether inventory transactions must be booked physical. (Overrides the mustAlwaysBeBookedPhysically Method.) | |
mustBeClosed | Indicates whether inventory transactions must be closed. (Overrides the mustBeClosed Method.) | |
mustCheckInventOnHand | Indicates whether the inventory model has to perform an available validation when the InventSum record is updated. (Overrides the mustCheckInventOnHand Method.) | |
mustSplitInventSettlement | Determines if InventSettlement must be split when InventTrans is split. (Overrides the mustSplitInventSettlement Method.) | |
mustUpdateInventJournalCost | Indicates whether the cost on the inventory journal must be updated to the current cost before the journal is posted. (Overrides the mustUpdateInventJournalCost Method.) | |
mustUpdateInventTableCostPrice | (Inherited from InventModelType.) | |
new | Initializes a new instance of the InventModelType class. (Inherited from InventModelType.) | |
newInventModelType_Orig | (Inherited from InventModelType.) | |
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.) | |
originalCostAmountPhysical | Calculates the original physical cost amount during the financial update. (Inherited from InventModelType.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmInventTransCurrency_RU | Gets or sets the InventTransCurrency_RU parameter. (Inherited from InventModelType.) | |
physicalExpense | Returns physical expense related to an inventory transaction. | |
physicalSettlementList | Returns physical inventory settlement adjustments related to an inventory transaction. | |
postUpdateFinancial | Processes the inventory transaction after it is updated financial. (Overrides the postUpdateFinancial Method.) | |
postUpdateFinancialAdjustment | Processes the inventory transaction after it is financially adjusted. (Overrides the postUpdateFinancialAdjustment Method.) | |
postUpdatePhysical | Processes the inventory transaction after it is updated physical. (Overrides the postUpdatePhysical Method.) | |
postUpdatePhysicalReturn | Processes the inventory transaction after it is updated physical for return. (Overrides the postUpdatePhysicalReturn Method.) | |
preUpdateFinancial | Reverses the physical value adjustments. (Overrides the preUpdateFinancial Method.) | |
preUpdateInventTable | (Inherited from InventModelType.) | |
revaluationAccountType | Determines the revaluation account type for the inventory model. | |
reversePhysicalSettlement | Reverses a physical value adjustment. | |
setExpectedCost | Sets the expected cost for the item and financial dimension. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
stdCostBased | (Inherited from InventModelType.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
updateLedgerReverseAdjustments | Reverses a physical value adjustment. | |
updateRevaluationAdjustment | Updates an inventory transaction with a revaluation adjustment. (Overrides the updateRevaluationAdjustment Method.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validateFieldInventModelGroupItem | (Inherited from InventModelType.) | |
validateFieldInventTable | (Inherited from InventModelType.) | |
validateInclPhysicalValueInCostDisabled | Validates that include physical value in cost is disabled. (Inherited from InventModelType.) | |
validateInventModelChange | Indicates whether the inventory model group is valid. | |
validateInventModelChangeItem | Indicates whether the inventory model group item relation is valid. | |
validateItemTypeIsNotService | Validates if the item related to the inventory model group is not a service. (Inherited from InventModelType.) | |
validateModelGroupHasNoService | Validates that no items of service type are associated with the inventory model group. (Inherited from InventModelType.) | |
validatePostOnhandFinancialEnabled | Validates that post financial inventory is enabled for the inventory model group. (Inherited from InventModelType.) | |
validatePostOnhandPhysicalEnabled | Validates that post physical inventory is enabled for the inventory model group. (Inherited from InventModelType.) | |
validateStandardCostDisabled | Validates that standard cost parameter is disabled. (Inherited from InventModelType.) | |
validateWriteInventItemPriceSim | (Inherited from InventModelType.) | |
validateWriteInventModelGroup | Indicates whether the inventory model group is valid. (Overrides the validateWriteInventModelGroup Method.) | |
validateWriteInventModelGroupItem | Indicates whether the inventory model group item relation is valid. (Overrides the validateWriteInventModelGroupItem Method.) | |
validateWriteInventTable | (Inherited from InventModelType.) | |
varianceAccountType | Determines the variance account type for the inventory model. | |
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 InventModelType_MovingAverage class. |
Top
Inheritance Hierarchy
Object Class
InventModelType Class
InventModelType_MovingAverage Class