Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.