Share via


CustInvoiceJour.mergeDimension Method

Retrieves a dimension set that holds the merged combination of the current defaultDimensionfield on the CustInvoiceJour table and the provided dimension set.

Syntax

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

Run On

Called

Parameters

  • _primaryDefaultDimension
    Type: DimensionDefault Extended Data Type
    A first dimension set that is merged with the current defaultDimension field on the CustInvoiceJour table.
  • _secondaryDefaultDimension
    Type: DimensionDefault Extended Data Type
    A second dimension set that is merged with the current defaultDimension field on the CustInvoiceJour table; optional.
  • _dimensionMerge
    Type: DimensionMerge Class
    A dimensionMerge object previously instantiated 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 on the CustInvoiceJour table and the provided dimension set.

Remarks

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

Additionally, the entity specifier defaulting will be considered.

See Also

Reference

CustInvoiceJour Table