Share via


ProjBegBalJournalTrans_CostSales.mergeDimension Method

Retrieves a dimension set that holds the merged combination of the current DefaultDimension field on this table and the specified dimension set.

Syntax

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

Run On

Called

Parameters

  • _secondaryDefaultDimension
    Type: DimensionDefault Extended Data Type
    The second dimension set to use to merge with the current DefaultDimension field of this table; optional.
  • _dimensionMerge
    Type: DimensionMerge Class
    A DimensionMerge object that was initialized by using the current buffer; optional.

Return Value

Type: DimensionDefault Extended Data Type
The dimension set 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.

Additionally, the default entity specifier will be considered.

See Also

Reference

ProjBegBalJournalTrans_CostSales Table