Share via


VendInvoiceInfoLine.mergeDimension Method

Gets a dimension set that holds the merged combination of the defaultDimension field 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 previously created by using the current buffer; optional.

Return Value

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

Remarks

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

Additional the entity specifies defaulting will be considered.

See Also

Reference

VendInvoiceInfoLine Table