133

Improve performance of code analyzers

It would be nice if the code analyzers would get a performance boost or it would not remove the issues immediately and update the issue in the background. Like Visual Studio. All warnings and errors of your AL Extension will be shown in the “Problems” tab in Visual Studio Code. If you click on o...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
Planned
2023 Release Wave 1
Ideas Administrator
Thank you for your feedback. We have made some improvements in the code analyzer framework this release to help address above:
  • General performance improvements and bug fixes
  • Introduction of a new file scope to only run analyzers on the current file while editing. Rules still run on larger scope on full build 
  • New verbosity view to get insights into the performance of each rule, e.g., to provide feedback to us or to disable bad performing rules (temporarily or in to only run in CICD and not interactive code authoring).
Above is already available in the insider build, and will be in preview as well, so you can try it out

With above changes, we will mark this idea as planned.

Best regards,
Business Central Team
126

Allow to progammaticaly set the 'RunPageMode' on PAGE.RUN / PageManagement

On an action that launches a page, the default 'RunPageMode' property is set to 'Edit', which allows you to immediately edit the record.

When coding the actions instead and calling the page via PAGE.RUN or the PageManagement generic functions, the page is opened by ...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1162)

STATUS DETAILS
Under Review
Ideas Administrator
Thank you for your feedback. We are considering adding it to our longer term roadmap.  

Your help is greatly appreciated,

Kennie Nybo Pontoppidan

PM, Microsoft 
126

Open a specific company when deploying from VS Code

Could be interesting to have the possibility to open a specific company when deploying an extension from Visual Studio Code. Maybe adding a parameter in launch.json that permits to open the startuppage in the specified company.

Read more...

2 Comments

Read more... 2 Comments

Category: Development (1162)

STATUS DETAILS
Planned
2022 Release Wave 2
Ideas Administrator
Thank you for your feedback. We have now implemented this for 2022 release wave 2, You can try it out in the VSIX in the insider builds. There is a new parameter in the launch.json file, named “startupCompany”, where you specify the name of the company used when launching from VS Code.

Your help is greatly appreciated,
Business Central Team
125

API - json body with more nested nodes than two

Hi, with BC Spring release 2019 there is a limitation about the structure of the content body in a custom API, in fact it is not possible to create an API that accept in a POST request a json body with more nested nodes than two (https: // docs .microsoft.com / en-us / business-applications-relea...

Read more...

2 Comments

Read more... 2 Comments

Category: Development (1162)

STATUS DETAILS
Completed
Ideas Administrator
Thank you for your valuable feedback. We have decided to deliver this idea and make it available with Business Central 2019 release wave 2.  ​
Your help was greatly appreciated,  ​
Business Central Team​


123

Enhance Event Recorder to generate tests automation

Hi all,


We know test automations are needed best practices to insure a feature quality

The issue is how much chronophage it is to rewrite all user actions by code and is also prone of error and omissions of the developper.


It would be a fantastic feature...

Read more...

3 Comments

Read more... 3 Comments

Category: Development (1162)

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
120

Allow UsageCategory in pageextensions

Can the UsageCategory be allowed in pageextensions? current error: [AL] The property 'usagecategory' cannot be customized.

Read more...

2 Comments

Read more... 2 Comments

Category: Development (1162)

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
119

Rollback of SingleInstance Codeunits

Often there is a situation where you want to store a value at the beginning of a process, which you want to access in a subscriber later in the process. If the information is not available via the provided publishers, the most common way is to create a single instance codeunit and store the value...

Read more...

6 Comments

Read more... 6 Comments

Category: Development (1162)

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 might consider it in the future.

Best regards,
Business Central Team
116

'RECORDID' integration in field/page properties to ease the build of generic features

We often create generic functionalities (linking attachments, notes, comments, ...) that use 'RecordID' as a means to link data between master/detail record. On the master record, flowfields are added to show the no. of linked records, ... On the master pages, generic factboxes are added to show ...

Read more...

3 Comments

Read more... 3 Comments

Category: Development (1162)

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
115

Unlimited size for Developer Licences (remove sizelimit of 120KB)

Developer licenses have a size limit of 120KB. Since two years with every new Release of NAV/BC we are having troubles to update developer licenses. If ISV Partner do not set the right configurations for their ISV solutions, their ISV solutions are authorized for every partner. We always need to ...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
Under Review
Ideas Administrator
Thank you for your feedback. We are investigating this.

Your help is greatly appreciated,
Business Central Team
115

OnUninstallApp Codeunit type or triggers

Per: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-extension-install-code We have system triggers for OnInstallAppPerCompany() and OnInstallAppPerDatabase(). It would be very useful to have matching OnUninstallAppPerCompany() and OnUninstallAppPerDatab...

Read more...

10 Comments

Read more... 10 Comments

Category: Development (1162)

STATUS DETAILS
Under Review
Ideas Administrator
Thank you for your feedback. We are considering adding it to our longer term roadmap.

Best regards,
Business Central Team