Don't run OnOpenPage-Trigger twice for Report Preview
Ihe OpenOpenPage-Trigger is called twice when a report is started in preview mode.
If a report has an request page with the propety SaveValues activated and the report has a printout like RDLC, than the OnOpenPage-trigger is called twice in preview mode. First time when start...
Interface implementation without enum extension
The scenario is similar to the "Data Exchange Definition" where you can specify the number of a codeunit to implement a functionality (see "Data Handling Codeunit" or "User Feedback Codeunit").
In these cases a statement like this would be useful:
IntA := ...
Bring back progress bars on Ratio controls and Dialogs
Hello, We are missing the progress indicator (https://developer.microsoft.com/en-us/fluentui#/controls/web/progressindicator) in these cases: - dialogs when we have the string @1@@@@@@@@@ (see: https://github.com/MicrosoftDocs/dynamics365smb-devitpro-pb/issues/551) - controls on pages where th...
Feature Request: Make Unbound Actions First-Class Citizens with a New API Codeunit Type
Unbound actions in AL (via OData V4) provide a flexible way to expose logic not tied to specific entities. However, in the current Business Central development model, they are not treated as first-class citizens:
- No dedicated codeunit type to distinguish them from standard business ...
STATUS DETAILSNeeds VotesThank 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
Hide/Disable Search on Lists
It would be great if the developer (via property on Page and/or PageExt for one or more pages) or the admin (via NST configuration for all environment) can hide or disable the "Search" field on lists.
I'm asking this because on very long lists if the users use this function trigger heavy...
Adding additional information to address formatting.
We need to be able to add optional additional information to an address that is formatted by the address formatting functionality. In the Netherlands it’s possible that a letter needs to be addressed to a specific room number from an apartment complex. This room number is not seen as part of t...
Feature to store secrets outside app
When your app needs a secret, for example a secret from Azure app registration, then you have currently a few options: * Store it in code, either as label or return value of an internal procedure * Ship it with a navxdata file * Manually enter the value through a setup page Storing it inside cod...
Kind regards,
Business Central Team
Variants should keep track of global state of the original object
Variants should keep track of the state of the original object, including but not limited to its global variables (ex. HideValidationDialog, StatusCheckSuspended, ...), and access to information as retrieved by methods like IsEmpty, IsTemporary, HasFilters, etc.
See previous d...
Improve Business Central Developer Licenses Generation and Download Process
Since the Business Central Developer Licenses expire after 3 Months, it would be nice if obtaining a new developer license would be as fast as a customer licence.
Best regards,
Business Central Team
Enable compile/intellisense for apps within same workspace
With a requirement to have automated tests in a separate (dependent) test extension for AppSource extensions, instead of having the test codeunits inside the same extension makes it impossible to do test driven development with Business Central. The current process of first having to download ...
Administrator