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 :
Small and medium business | Business Central, N...
Suggested Answer

How to change UsageCategory of standard object?

(0) ShareShare
ReportReport
Posted on by 104

Hello. I need to disable visility of one of standard pages (so I need to delete usage category of this object)

How Can I achieve this?

I have the same question (0)
  • Suggested answer
    Mohana Yadav Profile Picture
    61,214 Super User 2026 Season 1 on at

    The usage category property is not available in Page Extension

    1. You can do it by permission sets by excluding the permission for the specific page.

    2. You can write an error message in the OnOpenPage trigger of the pageextension

  • Ratnesh Chaudhary Profile Picture
    3 on at
    Hi,
    You cannot change usage category or visble false property for reports, insted og this you can
    substitute your report  with the base one.
     
    codeunit 50100 "Substitute Report"
    {
        [EventSubscriber(ObjectType::Codeunit, Codeunit::ReportManagement, 'OnAfterSubstituteReport', '', false, false)]
        local procedure OnSubstituteReport(ReportId: Integer; var NewReportId: Integer)
        begin
            if ReportId = Report::"Customer - List" then
                NewReportId := Report::"My New Customer - List";
        end;
    }
     
     
    Hope this will help......
  • Suggested answer
    Khushbu Rajvi. Profile Picture
    22,346 Super User 2026 Season 1 on at
    The UsageCategory property is not extendable or modifiable in a PageExtension. The proper way to achieve this is through Permission Sets by excluding the specific page.

    Dynamics 365 Business Central: Permission Exclusion (Exclude in Permission Set)

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 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 1,892 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 927 Super User 2026 Season 1

#3
Teagen Boll Profile Picture

Teagen Boll 566 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans