In Dynamics 365 FO , Microsoft has introduced few more classes to help us with the Dimension related requirements. Here are few name of classes and method that can be used.
For instance the most common operation that is required is to merge a Ledger dimension and a Default dimension:
We have two recIds of default and ledger and dimensions, and we want to merge the two dimensions value into one ledger dimension
We have a combined ledger dimension now.
Also there is another class that holds a few more methods for DefaultDimension operations:
2. LedgerDimensionDefaultFacade:
This class will help us to perform action over default dimension. Like Merge specific default dimensions into single default dimension, replace attribute value etc.