Share via


AssetTransfer Class [AX 2012]

The AssetTransfer class is used to transfer fixed assets from one dimension set to another, to store the asset transfer history, to update the default dimensions of the value model, and to make journal entries.

Syntax

class AssetTransfer

Run On

Server

Methods

  Method Description
Gg782135.privmethod(en-us,AX.60).gif addLedgerVoucherTransObjects
Gg782135.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg782135.protmethod(en-us,AX.60).gif createDepreciationTransactions Creates depreciation transactions for the asset transfer according to business needs.
Gg782135.protmethod(en-us,AX.60).gif createLedgerDimension Creates a ledger dimension from the old default dimension and main account.
Gg782135.protmethod(en-us,AX.60).gif createMiscTransactions Creates miscellaneous transfer transactions according to the business needs.
Gg782135.protmethod(en-us,AX.60).gif createTransactions Creates transaction lines and posts to general ledger.
Gg782135.protmethod(en-us,AX.60).gif createTransferHistory Creates a new record in the AssetTmpAssetTransferHistory table when an asset is transferred from one dimension to another.
Gg782135.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg782135.protmethod(en-us,AX.60).gif filterAssetBooks Filters out unwanted value models based on the business need.
Gg782135.pubmethod(en-us,AX.60).gif getAssetTransferHistory Gets all the AssetTransferHistory records for the fixed assets.
Gg782135.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg782135.protmethod(en-us,AX.60).gif insertAssetTrans Inserts a record in the AssetTrans table.
Gg782135.protmethod(en-us,AX.60).gif insertTransferHistory Inserts a record in the AssetTransferHistory table.
Gg782135.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg782135.protmethod(en-us,AX.60).gif setUpTransferData Prepares the asset transfer data by executing the AOT query for transfer from dimension and transfer to dimension.
Gg782135.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif transferAsset Transfers all the assets that exist in the RecordSortedList object to the new dimension value and inserts history in the AssetTransferHistory table and updates the AssetBook table with the new dimension value.
Gg782135.protmethod(en-us,AX.60).gif updateDefaultDimension Updates the DefaultDimension field of the specified value model.
Gg782135.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg782135.pubmethod(en-us,AX.60).gif Gg782135.static(en-us,AX.60).gif ::construct Initializes a new instance of the AssetTransfer class.
Gg782135.pubmethod(en-us,AX.60).gif Gg782135.static(en-us,AX.60).gif ::getFromAndToDimensions Gets all the selected AssetTransferHistory records for the fixed assets.

Top

Inheritance Hierarchy

Object Class
  AssetTransfer Class
    AssetTransferBalancing Class