Improve Development Experience performance in VS Code
Working in VS Code on larger projects seems to eat a lot of CPU and Memory, even when following the recommended settings by Microsoft. We often find CPU reaching 100% and memory running over 10 Gb while opening AL projects and working with AL files, forcing us to reload / re-open VS Code frequent...
Standard Azure Blob Storage integration to save documents / attachments
Since the max. database size on Saas tenants is set by default to 80 Gb (unofficially it seems that 150 Gb is the actual limit), we were instructed to move away from storing documents / attachments as Blob files in the dabase. On several blogs, there are already some examples on how to integrate ...
Monetization functionality
We need a framework that allows ISVs and VARs to monetize apps on AppSource without having to create our own solutions. Ideally, it would be integrated into partner center so that we can manage our customers through that. Licensing models to support - recurring subscription - permanent/perpetua...
Best regards,
Business Central Team
Select User Session when Debugging
To make support easier, it would be nice, if we would be able to also select other User Session in Visual Studio Code like it is possible in the Windows Client.
Business Central Team
Dynamically change the CurrPage.Editable property at runtime
We would like to provide proper user experience to prevent modification of records in certain scenarios . Following the thread on Github, we are trying to allow certain users to change data based on a status and others not to (or all users not to change data after a certain status is achieved). ...
Add trigger to pages for intercepting the "We paused while you were away. Please refresh to continue." event
If a page times out, the client will display the "We paused while you were away. Please refresh to continue." message. In the case of unsaved data on the page (perhaps in a javascript based control) the data will be lost. Please add a page trigger like this, perhaps with a return value to allow...
Define default Tooltip on field design
Writing tooltips is not the best moment in a developer's life. The possibility of defining the default tooltip at the level of the definition of table fields would be very comfortable in the same way as the Caption property which is inherited by the field displayed on a page and can be modified a...
Business Central Team
More modification possibilities for DropDown fieldgroup on Table
Can it be possible to have more modification possibilities for DropDown fieldgroup on Table, such as: * Move fields * Add fields in between existing ones (not just at the end) * Hide fields * Let us add fields that are hidden on the lookuppage, as defined in https://www.yammer.com/dynamicsnavdev...
Best regards,
Business Central Team
Debugging of webservice interface
In the old development environment, the debugger could be attached to any instance, or selectively to the next started instance. This was very useful. Currently it seems it is not possible in D365 Business Central. If something unexpectedly goes wrong in a customer’s production environment, we m...
Add a new FieldGroup to an existing table
It is currently possible to add a fieldgroup (Dropdown, for example) in an extension in a new table or to add fields to an existing fieldgroup for a core table, but it isn't possible to add a fieldgroup to a core table that doesn't have one already defined at all.
Administrator