
Hi All,
I have got the individual dimension values for cost center and others (as shown below ) but how can I use this to get the display value in DimensionAttributeValueCombination.
I need to either use the existing display value created by the combination of different values in financial dimension or create new and use its display value if the combination does not exist.
str costCenter = dimStorage.getDisplayValueByDimensionAttribute(DimensionAttribute::findByName(#Cost_Center).RecId);
Thanks!
Hi partner,
Please check the DisplayValue field in the DimensionAttributeLevelValue table.