Share via


TransactionReversal_Asset.createAllDepBookTransactions Method [AX 2012]

Creates all asset depreciation book reversing or revoking transactions for the associated transactions.

Syntax

public void createAllDepBookTransactions(boolean _createByVoucher, AssetDepBookTrans _assetDepBookTransOrig)

Run On

Called

Parameters

  • _createByVoucher
    Type: boolean
    A Boolean value that specifies whether to create transactions by voucher number or journal number.
  • _assetDepBookTransOrig
    Type: AssetDepBookTrans Table
    The original depreciation book transaction to reverse or revoke all associated transactions.

Remarks

This routine selects all of the associated AssetDepBookTrans records to be reversed based on the specified asset depreciation book transaction. The CreateAssetDepBookTrans method takes the individual transactions and reverses them.

See Also

Reference

TransactionReversal_Asset Class