InventMovement.updateInheritedBatchesPostRegistration Method [AX 2012]

Updates the batches created for co-products and finished goods from the ingredients, based on the rules defined for lot inheritance.

Syntax

public void updateInheritedBatchesPostRegistration(InventTrans _inventTrans)

Run On

Called

Parameters

  • _inventTrans
    Type: InventTrans Table
    The record of the InventTrans record associated with the inventory update.

Remarks

The method call should be within a transaction scope.

See Also

Reference

InventMovement Class