Share via


InventMov_Vir_Transfer_Closing.updateSerialNumIssue Method [AX 2012]

Updates the serial number for the issue transaction.

Syntax

public void updateSerialNumIssue(
    InventTrans _inventTrans, 
    InventTrans _inventTrans_orig, 
   [InventDim _inventDim])

Run On

Called

Parameters

  • _inventTrans_orig
    Type: InventTrans Table
    A buffer that contains the original values of the inventory transaction.
  • _inventDim
    Type: InventDim Table
    The inventory dimension for this transaction.

Remarks

When creating virtual inventory transactions for the inventory closing, do not update serial numbers.

Both the issue and the receipt transaction must hold the same financial dimensions.

See Also

Reference

InventMov_Vir_Transfer_Closing Class