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;
}
```
STATUS DETAILS
Completed
Business Central Team (administrator)