CustPackingSlipJour.mergeDimension Method

Retrieves a set of dimensions that hold the merged combination of the current defaultDimension field on this table and the provided dimension set.

Syntax

public DimensionDefault mergeDimension(
    DimensionDefault _primaryDefaultDimension, 
   [DimensionDefault _secondaryDefaultDimension, 
    DimensionMerge _dimensionMerge])

Run On

Called

Parameters

  • _dimensionMerge
    Type: DimensionMerge Class
    A dimensionMerge object that is instantiated with the current buffer; optional.

Return Value

Type: DimensionDefault Extended Data Type
A set of dimensions that holds the merged combination of the current defaultDimension field on this table and the provided dimension set.

Remarks

This method makes sure that potential linked dimensions are not overwritten when they are merged.

See Also

Reference

CustPackingSlipJour Table