web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / NevoiTech AX Blog / Get Display Value from Ledg...

Get Display Value from Ledger Dimension in D365FO

Moeen Ahmed Sultan Profile Picture Moeen Ahmed Sultan 1,402

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.

Comments

*This post is locked for comments