Share via


InventUpd_Financial.reorderInventTransList Method [AX 2012]

This method reorders the InventTrans records in the order of late match packing slips selection if needed.

Syntax

protected List reorderInventTransList(List _inventTransList, Map _inventTransReorder)

Run On

Server

Parameters

  • _inventTransList
    Type: List Class
    The original list of InventTrans records.
  • _inventTransReorder
    Type: Map Class
    A map of InventTrans records per voucher.

Return Value

Type: List Class
The ordered list of InventTrans records.

See Also

Reference

InventUpd_Financial Class