If you want to determine the display value of a financial dimension stored as RefRecId by code, you can use the following function from the LedgerDimensionFacade:
DimensionDisplayValue displayValue = LedgerDimensionFacade::getDisplayValueForLedgerDimension(ledgerJournalTrans.LedgerDimension);
If you want to determine the display value of a financial dimension stored as RefRecId by code, you can use the following function from the LedgerDimensionFacade: