Share via


TransactionReversal_AssetGroup_IN.createAllDepBookTransactions_IN Method [AX 2012]

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

Syntax

protected void createAllDepBookTransactions_IN(boolean _createByVoucher, AssetGroupDepBookTrans_IN _assetGroupDepBookTransOrig)

Run On

Called

Parameters

  • _createByVoucher
    Type: boolean
    A Boolean flag that determines whether to create transactions by voucher number or journal number.
  • _assetGroupDepBookTransOrig
    Type: AssetGroupDepBookTrans_IN Table
    The original depreciation book transaction to reverse or revoke all associated transactions.

Remarks

This routine selects all associated AssetGroupDepBookTrans_IN records to be reversed based upon the specified asset depreciation book transaction. The method createAllDepBookTransactions_IN takes the individual transactions and reverses them.

See Also

Reference

TransactionReversal_AssetGroup_IN Class