InventMov_Prod.updateInheritedBatchesPostRegistration Method [AX 2012]

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

Syntax

public void updateInheritedBatchesPostRegistration(InventTrans _inventTrans)

Run On

Called

Parameters

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

Remarks

The method call should be within a transaction scope.

See Also

Reference

InventMov_Prod Class