Share via


WHSWorkCreate.mergeWorkInventDim Method [AX 2012]

Method merges values from two inventory dimension sets and removes below location dims. Used for work reservations when not all dimension values are able to be pulled off of the source document lines

Syntax

private InventDim mergeWorkInventDim(InventDim _inventDim, ItemId _itemId)

Run On

Server

Parameters

  • _inventDim
    Type: InventDim Table
    An inventory dimension set to be merged with the global work inventory dimension set to create reservations
  • _itemId
    Type: ItemId Extended Data Type
    The item we are trying to create work for. Used to find the appropriate reservation hierarchy

Return Value

Type: InventDim Table
A container with the updated RF screen information

See Also

Reference

WHSWorkCreate Class