57

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...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1428)

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
57

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 := ...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1428)

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
57

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...

Read more...

2 Comments

Read more... 2 Comments

Category: Development (1428)

STATUS DETAILS
Under Review
Ideas Administrator
Thank you for your feedback. We are considering adding visual progress indicator to our roadmap. 
Note that there already is an idea with significant votes for the dialog progress bar: https://experience.dynamics.com/ideas/idea/?ideaid=5aa43076-2556-e911-b047-0003ff68c788
We are going to consolidate those.

Business Central team

56

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 ...

    Read more...

    1 Comments

    Read more... 1 Comments

    Category: Development (1428)

    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
56

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...

Read more...

3 Comments

Read more... 3 Comments

Category: Development (1428)

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
56

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...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1428)

STATUS DETAILS
New
56

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...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1428)

STATUS DETAILS
Completed
Ideas Administrator
Thank you for your suggestion. We have now shipped this idea.  

Kind regards, 
Business Central Team
55

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...

Read more...

2 Comments

Read more... 2 Comments

Category: Development (1428)

STATUS DETAILS
New
55

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.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1428)

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
55

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 ...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1428)

STATUS DETAILS
Completed
Ideas Administrator
Thank you for your valuable feedback. We are making working with project dependencies available with Business Central 2019 Wave 2. 

With this feature, you can add dependencies to other extension projects in your workspace, and then changes will propagate, e.g., for IntelliSense and compilation errors.

Peter Borring
PM, Microsoft