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 :

How to get Default dimensions from ledger dimensions in D365FO

Vijay Yelmame VY Profile Picture Vijay Yelmame VY 468

 Hi All,
This blog will explain you how to get default dimension from ledger dimension by using standard methods. by using LedgerDimensionFacade class we can easily get it.


X++ Code

DimensionDefault defaultDimension = LedgerDimensionFacade::getDefaultDimensionFromLedgerDimension(ledgerJournalTrans.LedgerDimension);


Thanks,
Vijay Yelmame
vijay.yelmame2019@outlook.com



This was originally posted here.

Comments

*This post is locked for comments