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.
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]