120
Can the UsageCategory be allowed in pageextensions?

current error: [AL] The property 'usagecategory' cannot be customized.
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team

Comments

P

This is a popular enough desire/request to have had two requests on the AL Issue tracker:

https://github.com/microsoft/AL/issues/1573#issuecomment-763794351
https://github.com/microsoft/AL/issues/6406

The above comment is also extremely salient - looks like someone at MS expected this to be possible, so indeed it should be, for the reason they indicate, as well as others.

Category: Development

P

As even BC16 Code suggests you to make a page visible to tell-me by extending it, this feature should be available.

page 7006 "Price Calculation Setup"
{
Caption = 'Price Calculation Setup';
PageType = List;
SourceTable = "Price Calculation Setup";
// ApplicationArea and UsageCategory properties should be enabled by an extension
// ApplicationArea = Basic, Suite;
// UsageCategory = Administration;
DeleteAllowed = false;
InsertAllowed = false;
}

Category: Development