Supporting JSON as table’s field data type
Azure SQL Database supports JSON data type natively from more than 1 year. The JSON type allows you to store JSON documents in a native binary format that is opti...
Possibility to read and handle the httpbody of a post to BC in AL Code
Currently it is not possible to make an api page that just receives the http request body as a payload. By which i mean that you can't read or handle the true json body of the HTTP request that is posted to the webservice page in the AL code.
The only option now is to make th...
Replace Option Fields in Tables of Table Type=CRM/CDS with Enums
BC-Tables of Table Type "CRM"/*CDS* Still Contain Option Fields
Business Central (BC) offers a standard connector to CRM. The core of this connector is the representation of Dataverse entities in BC as tables with "TableType = CRM". These tables contain...
API Page Extension to be allowed
As there are some limitation to creating a custom API Page (see https://experience.dynamics.com/ideas/idea/?ideaid=faebf3ca-e777-e911-80e7-0003ff68b03b) it would be great if we could extend ...
A OnRoleCenterOpen event from platform
In BC12 there where an event in Codeunit 1, OnRoleCenterOpen, that was triggered from the platform. The event was a bit special since it was called for every user when they where opening the role center, but if an error happened in the subscriber, the error was suppressed. It was mainly designed ...
Object number range for community contributions
I would like to see a GitHub repository and an object number range that all partners can use with their development license. I have a tool that I would like to share.
Document Reports: One DataSet per Document
This suggestion comes from Claus Lundstrøm and I just like to preserve his idea. Many issues with RDLC Reports could be improved or be solved, if there would be one DataSet per Document in Document based Reports like Quote, Order Confirmation, Shipment, Invoice, Credit Memo etc. My Details why:...
Ability to Execute Tests from Visual Studio Code
If we were able to run tests from Visual Studio Code (and from some command line application - like we can build using alc.exe) it would make a massive improvement to the efficiency of development (and probably the uptake in writing and running tests). This presupposes that you have the releva...
Report RDLC Layout Real-time Preview
Hello, I have an idea how to accelerate RDLC report layout designing. Consider that report creating is composed of two parts: a) Define Dataset in *.al b) Define Report Layout in *.rdlc Printing report processing means: a) Evaluate Dataset (Dataset.xml) b) Evaluate Parameters (Paramset.xml) c)...
Automatic unpublish and publish from VSCode
Working with extensions which have dependency on other extensions is currently not very easy. For example if we have a "main app" and a "test app", then in order to republish our main app, then we first have to unpublish the test app. Not only is there no way to do this from VSCode (except tha...
Administrator