InventAdjustPost_PriceActivation Class [AX 2012]
The InventAdjustPost_PriceActivation class handles the postings of inventory adjustments.
This implementation is specific to item price activation process and contains optimizations that skip unnecessary updates of inventory settlements.
Syntax
class InventAdjustPost_PriceActivation extends InventAdjustPost
Run On
Server
Methods
Method | Description | |
---|---|---|
addInventAdjustPostInventTransView | Adds the InventAdjustPostInventTransView table to the QueryBuildDataSource object for the InventSettlement record. (Inherited from InventAdjustPost.) | |
addInventSettlement | Adds the table InventSettlement to the Query. (Inherited from InventAdjustPost.) | |
addLedger | (Inherited from InventAdjustPost.) | |
addProjectLedger | Adds project transactions to the voucher. (Inherited from InventAdjustPost.) | |
calcLedgerCorrection | Determines if the current adjustment should be posted with the correction flag set. (Inherited from InventAdjustPost.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
checkItemPostedDate | (Inherited from InventAdjustPost.) | |
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.) | |
initCheckItemPostedDate | Initializes the variable checkItemPostedDate. (Inherited from InventAdjustPost.) | |
initLedgerVoucher | Initializes a ledgervoucher object. (Inherited from InventAdjustPost.) | |
initLedgerVoucherExt | Calls the protected methods to initialize a LedgerVoucher object. (Inherited from InventAdjustPost.) | |
initProgress_RU | (Inherited from InventAdjustPost.) | |
initTransactionTxt | Initializes the transaction text. (Inherited from InventAdjustPost.) | |
inventTransCurrency_RU | (Inherited from InventAdjustPost.) | |
ledgerBondClient_RU | Returns the current LedgerBondClient_RU instance for the LedgerVoucherObject instance in the OperationsTax::Current or OperationsTax::WarehouseCur_RU posting layer. (Inherited from InventAdjustPost.) | |
mustFetchItemGroupId | Determines whether the InventSettlement.ItemGroupId value must be fetched. (Inherited from InventAdjustPost.) | |
mustFetchItemId | Determines whether the InventSettlement.ItemId value must be fetched. (Inherited from InventAdjustPost.) | |
new | (Inherited from InventAdjustPost.) | |
newProjLedger_RU | (Inherited from InventAdjustPost.) | |
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.) | |
parmAdjust_RU | Gets or sets the Adjust_RU parameter. (Inherited from InventAdjustPost.) | |
parmAdjustPurch | Gets or sets the AdjustPurch parameter. (Inherited from InventAdjustPost.) | |
parmCurrencyCode | Gets or sets the CurrencyCode parameter. (Inherited from InventAdjustPost.) | |
parmLedgerTransType_RU | Gets or sets the LedgerTransType_RU parameter. (Inherited from InventAdjustPost.) | |
parmPreviousAdjustmentCorrection | Gets or sets the PreviousAdjustmentCorrection parameter. (Inherited from InventAdjustPost.) | |
parmSkipConversionCheck | Gets or sets the SkipConversionCheck parameter. (Inherited from InventAdjustPost.) | |
parmStorno_RU | Gets or sets the Storno_RU parameter. (Inherited from InventAdjustPost.) | |
parmVoucherSequence | Gets or sets the VoucherSequence parameter. (Inherited from InventAdjustPost.) | |
processInventSettlement | Process an InventTrans and InventSettlement record. (Inherited from InventAdjustPost.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
setTransactionText | Sets the transaction text. (Inherited from InventAdjustPost.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
updateItem | Selects inventory settlements to process. (Overrides the updateItem Method.) | |
updateMap_RU | (Inherited from InventAdjustPost.) | |
updateNow | Handles the postings of inventory adjustments. (Inherited from InventAdjustPost.) | |
updatePosted | Updates the state of posted InventSettlement records. (Overrides the updatePosted Method.) | |
updateProduction | Handles the posting of production indirect costs. (Inherited from InventAdjustPost.) | |
updateProgress_RU | (Inherited from InventAdjustPost.) | |
updateTrans | Updates a ledger and project with the inventory settlement. (Inherited from InventAdjustPost.) | |
updateTrans_RU | (Inherited from InventAdjustPost.) | |
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.) | |
wasOriginalTransStorno | Determines if the financial voucher for the transaction being corrected was originally posted as correction. (Inherited from InventAdjustPost.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
InventAdjustPost Class
InventAdjustPost_PriceActivation Class