Announcements
No record found.
Dear Experts,
I'm beginner developer customization dynamic ax
How to get default financial dimension on specific journal name through X++?
Thanks in advance
Regards,
Bintang
*This post is locked for comments
Hi
For example
LedgerJournalName::find('Name').DefaultDimension;
Hi Tahta Bintang Pratama,
If you want to find a value of specific default dimension, e.g. BusinnesType, please refer to this blog
yasirnedian.blogspot.co.nz/.../get-default-financial-dimension-values.html
Hi Tatha,
Probably your answer is above, but can you tell exactly what you are trying to achieve? Do you need to read or set all or some individual dimension values? What is the business requirement?
The journal names is a form with setup for creating new journals. Why do you need to change anything using x++ on this form? This form contains settings that would usually not be changed daily.
Dear All,
Thanks for your respond
I find solution using LedgerJournalName::find('Name').DefaultDimension to get RECID
Then I use this to get Value
dimStorage = DimensionAttributeValueSetStorage::find(LedgerJournalName::find("GJUPLOAD").DefaultDimension);
dimStorage.getDisplayValueByIndex(1);
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Joris dG 5
Alexey Lekanov 2
Henrik Nordlöf 2 User Group Leader