Share via


InventTransferLine.calculateQuantityChanges Method

Compares transactions before and after an update to find changes in quantity.

Syntax

private container calculateQuantityChanges(Map _before, Map _after)

Run On

Called

Parameters

  • _before
    Type: Map Class
    The transactions before the update, as returned by the getQuantitiesForMovement method.
  • _after
    Type: Map Class
    The transactions after the update, as returned by the getQuantitiesForMovement method.

Return Value

Type: container
The changes in quantity that were found.

Remarks

This method records quantity changes as a container. For example: [InventDimId, MarkingRefInventTransOrigin, Qty, PdsCWQty]

See Also

Reference

InventTransferLine Table