VendRFQTrans.mergeDimension Method
Returns 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
- _primaryDefaultDimension
Type: DimensionDefault Extended Data Type
The first dimension set to merge with the current defaultDimension field on this table.
- _secondaryDefaultDimension
Type: DimensionDefault Extended Data Type
The second dimension set to merge with the current defaultDimension field on this table; optional.
- _dimensionMerge
Type: DimensionMerge Class
A dimensionMerge object that was previously instantiated 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 on this table and the specified dimension set.
Remarks
This method makes sure that potential linked dimensions are not overwritten when merging. Additionally, the entity specifier defaulting will be considered.