Share via


InventTransWMS_Pick.mergeInventDimHandlingUnit Method [AX 2012]

Merges inventory dimensions so that the location, warehouse location, pallet, batch and serial numbers are filling in blanks in the original issue dimension.

Syntax

protected InventDim mergeInventDimHandlingUnit(InventDim _inventDimIssue, InventDim _inventDimHandlingUnitReceipt)

Run On

Client

Parameters

  • _inventDimHandlingUnitReceipt
    Type: InventDim Table
    An InventDim record that is used in the merge.

Return Value

Type: InventDim Table
The merged InventDim record.

Remarks

Only location, warehouse location, pallet, batch and serial numbers are merged.

Site and warehouse must be identical.

See Also

Reference

InventTransWMS_Pick Class