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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Unanswered

Hide Dimension Value Columns for specific Dimension Code

(0) ShareShare
ReportReport
Posted on by 4,070
I am adding following logic in the Dimension Values Page so that the columns "Name", "Dimension Value Type" and "Totaling" are invisible only for "DEPARTMENT" Dimension Code. It works as expected for "Dimension Value Type" and "Totaling" columns but it does not work for "Name" Column, even though the logic is similar. The "Name" Column also becomes invisible in other Dimension Code Values. Is there built-in restriction in BC for "Name" Column? How can I accomplish the desired result? Thank you.
 
pageextension 50100 DimensionValuesExt extends "Dimension Values"
{
    layout
    {
        modify(Totaling)
        {
            Visible = Visibleflag;
        }
        modify("Dimension Value Type")
        {
            Visible = Visibleflag;
        }
        modify(Name)
        {
            Visible = Visibleflag;
        }
    }
 
    var
        Visibleflag: Boolean;
 
    trigger OnOpenPage()
    begin
        if Rec."Dimension Code" = 'DEPARTMENT' then
            Visibleflag := false
        else
            Visibleflag := true;
    end;
}
 
I have the same question (0)

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,386 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,774 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,515

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans