18

**🕮 Describe the issue**

We often have the requirement of our customers to see the Dimension Value Name in the list of Default Dimensions.


**📣 Expected behavior**


I would add a new FlowField and add it to the page `"Default Dimensions"` too.

This could be hidden by default.



**Additional context**


Right now we always add table Extension to the Default Dimension Table.


```al


    field(50000; "PTE Dimension Value Name"; Text[50])

    {

      CalcFormula = lookup("Dimension Value".Name where("Dimension Code" = field("Dimension Code"), Code = field("Dimension Value Code")));

      Caption = 'Dimension Value Name';

      Editable = false;

      FieldClass = FlowField;

    }

```

Category: General
STATUS DETAILS
Completed
Ideas Administrator

Thank you for your feedback.

This feature was implemented through a GitHub contribution (https://github.com/microsoft/BusinessCentralApps/issues/731) and will be released as part of 2024 wave 2.

Sincerely,
The Business Central Team