Share via


AssetTransfer.createMiscTransactions Method [AX 2012]

Creates miscellaneous transfer transactions according to the business needs.

Syntax

protected void createMiscTransactions(
    AssetBook _assetBook, 
    LedgerVoucher _ledgerVoucher, 
    LedgerVoucherObject _ledgerVoucherObject)

Run On

Server

Parameters

  • _ledgerVoucher
    Type: LedgerVoucher Class
    A LedgerVoucher object that will be used to create transactions.

Remarks

This method will be called by the AssetTransfer.createTransactions method to enable the derivatives to add miscellaneous transactions.

See Also

Reference

AssetTransfer Class