InventMovement.pdsInheritBatchData Method [AX 2012]
Inherits information to the given InventBatch based on rules for the current type of movement and the transaction data.
Syntax
public void pdsInheritBatchData(InventBatch _inventBatch, [InventTrans _inventTrans])
Run On
Called
Parameters
- _inventBatch
Type: InventBatch Table
The InventBatch record to update.
- _inventTrans
Type: InventTrans Table
A record of the InventTrans table for additional calculations during inheritance; optional.