Share via


InventMov_BlockingIssue.getInventDimForIssueTransFromReceipt Method [AX 2012]

Returns the InventDim that should be set on the blocking 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 blocking issue transaction InventDim
  • _inventDimReceipt
    Type: InventDim Table
    The receipt (e.g., purchase order registration) transaction InventDim

Return Value

Type: InventDim Table
The new blocking issue transaction InventDim

See Also

Reference

InventMov_BlockingIssue Class