Tuesday, January 11, 2022

How to get display value from Ledger Dimension D365 FO X++

The argument (LedgerDimensionValue) is LedgerDimension which you can get from the table or any other source as per your requirement


info(strFmt("%1",LedgerDimensionFacade::getDisplayValueForLedgerDimension(LedgerDimensionValue)));