Share via


InventMov_Statement.getInventDimForIssueTransFromReceipt Method [AX 2012]

Returns the InventDim record that should be put on the issue transaction during a receipt that 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 InventDim record of the issue transaction
  • _inventDimReceipt
    Type: InventDim Table
    The InventDim record of the receipt transaction.

Return Value

Type: InventDim Table
The new InventDim record of the issue transaction.

Remarks

For retail transactions, all dimensions of the receipt transaction are copied to the issue transaction.

See Also

Reference

InventMov_Statement Class