Get Display Value from Ledger Dimension in D365FO
Ledger Dimension in Microsoft Dynamics 365 for Finance and Operations or in Microsoft Dynamics AX 2012 contains very important information. Actually, ledger dimension is just a number without any information. But, to get display value from ledger dimension in D365FO, you are actually at a right place.
Last time, I have shared the code about how to Get Main Account from Ledger Dimension in D365FO. In this article, you will get the one line code to get the Display Value from Ledger Dimension in D365FO using LedgerDimensionFacade class. See the following code:
//Get Display value from LedgerDimension
//The argument (LedgerDimensionValue) is LedgerDimension which you can get from table or any other source as per your requirement
info(strFmt("%1",LedgerDimensionFacade::getDisplayValueForLedgerDimension(LedgerDimensionValue)));
So, this is how you can get Display value from Ledger Dimension in D365FO. If this helps you, please Like, Comment and Share to help other people.
If you found any ambiguity or a better solution, please feel free to ask.
Blog: Click here
YouTube: Click here
GitHub: Click here
The unexamined life is not worth living. – Socrates
The post Get Display Value from Ledger Dimension in D365FO appeared first on NevoiTech Blog.
*This post is locked for comments