InventMovement.getInventDimForIssueTransFromReceipt Method [AX 2012]
Returns the InventDim that should be put on the issue transaction during a receipt which updates the issue transaction for WHS items.
Syntax
public InventDim getInventDimForIssueTransFromReceipt(InventDim _inventDimIssue, InventDim _inventDimReceipt)
Run On
Called
Parameters
- _inventDimIssue
Type: InventDim Table
The original issue transaction InventDim
- _inventDimReceipt
Type: InventDim Table
The receipt transaction InventDim
Return Value
Type: InventDim Table
The new issue transaction InventDim
Remarks
By default the issue transaction will keep it's original dimensions.