Share via


PlanActivityService.mergeInventDim Method

Merges the dimensions of the given InventDim buffer into the service product inventory dimensions.

Syntax

public InventDim mergeInventDim(
    InventDim _inventDimMerge, 
    boolean _createInDatabase, 
    boolean _clearNotProductDimensions)

Run On

Called

Parameters

  • _inventDimMerge
    Type: InventDim Table
    The InventDim table buffer from which to merge the inventory dimensions.
  • _createInDatabase
    Type: boolean
    A Boolean value that indicates whether the result dimension must be stored in the database.
  • _clearNotProductDimensions
    Type: boolean
    A Boolean value that indicates whether all dimensions that are not product dimensions must be removed from the result.

Return Value

Type: InventDim Table
An InventDim buffer.

See Also

Reference

PlanActivityService Table