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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

getting default dimension

(1) ShareShare
ReportReport
Posted on by 1,993
Hi,

is the only way to get dimension attribute value and it's description by hardcoding? 

DefaultDimensionView defaultDimensionView;

select firstonly DisplayValue from defaultDimensionView
    where defaultDimensionView.DefaultDimension == _salesLine.DefaultDimension  //assume salesline is defined
        && defaultDimensionView.Name == 'Activity';

str displayValue = defaultDimensionView.DisplayValue;
info(displayValue);

DimensionAttribute      dimAttribute;
DimensionAttributeValue dimAttributeValue;
 
dimAttribute      = DimensionAttribute::findByName('Activity');
dimAttributeValue = DimensionAttributeValue::findByDimensionAttributeAndValue(dimAttribute, defaultDimensionView.DisplayName);

str x = dimAttributeValue.getName());
info(x);

 
 
Categories:
I have the same question (0)
  • Suggested answer
    Martin Dráb Profile Picture
    239,040 Most Valuable Professional on at
    No, you don't have to and shouldn't hard-code the dimension attribute name ("Activity"). You can, for example, define a parameter where you choose the dimension that should be used for your purpose.

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 616

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 460 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 331 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans