We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2e051a + ae041c3 commit c87e0ecCopy full SHA for c87e0ec
1 file changed
DEVCommon/DEVCommon/AxClass/DEVDimensionHelper.xml
@@ -238,7 +238,8 @@ class DEVDimensionHelper
238
return newDimensionDefault;
239
}
240
//Resolve dimension for the data entity dimension format
241
- private LedgerDimensionAccount resolveDimensionDisplayValue(DimensionDisplayValue _ledgerAccountDisplayValue)
+ // Method code courtesy of Anton Anisimov https://www.linkedin.com/in/ahtoh/
242
+ public LedgerDimensionAccount resolveDimensionDisplayValue(DimensionDisplayValue _ledgerAccountDisplayValue)
243
{
244
DefaultDimensionIntegrationStructureDisplay dimensionFormat
245
= DimensionHierarchy::getDisplayStringDimensionIntegrationStructure(DimensionDataEntityStructureType::DataEntityLedgerDimensionFormat);
0 commit comments