Share via


LedgerVoucherObject.bond_ledgerAllocationItemsToLog_RU Method [AX 2012]

Returns container of vrefID's by list of allocation items

Syntax

protected container bond_ledgerAllocationItemsToLog_RU(List _items, Map _itemToTransactionMap_RU)

Run On

Called

Parameters

  • _items
    Type: List Class
    List of LedgerAllocationItem
  • _itemToTransactionMap_RU
    Type: Map Class
    Maps LedgerAllocationItem to LedgerVoucherTransObject which is obrtained by posting the item

Return Value

Type: container
Container of vrefid's of transactions generated from given list of items

See Also

Reference

LedgerVoucherObject Class