Switch Codeunit "XML DOM Management" to the new XML data types
Currently the Codeunit "XML DOM Management" uses the old DotNot data types which must not be used in Cloud Extensions. It would be nice with XML DOM Management would be migrated to the new Data Types.
Improve Documentation of the New Data Type like Json* and Xml*
It would be nice if there were a proper documentation of the new Data Type Xml* (https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/xmldocument/xmldocument-data-type) and Json* (https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/dev...
Improvement Error Message
When exceptions or something happens inside the service tier, you only get only a generic error message: Something went wrong. An error has occurred Date and time Azure AD ID: Go back home It would be nice if the exception message would be shown. Also if possible Object Type, Object Id and Li...
Enable IPv6 on businesscentral.dynamics.com
Last month Europe ran out of IPv4 address (https://www.techradar.com/news/europe-has-run-out-of-ipv4-addresses). Big Cabel ISPs like Vodafone and Unitymedia provide native IPv6 access since ~10 years and there IPv4 Traffic runs through a Carrier-grade NAT (https://en.wikipedia.org/wiki/IPv6_tra...
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...
Dynamics CRM/CDS Integration: Add support for Field Type PartyList
Currently you cannot access neither the Field "Required Attendees" of the Entry "Appointment", which has the Field Type PartyList, nor the data structure "Activity Party" where this information is saved. The PowerShell Cmd New-NavCrmTable don't create fields of Field Type PartyList. You can cre...
Allow to add Cookies with HttpClient
Could you please add HttpClientHandler with UseCookies = false to your AL wrapper of the .Net class HttpClient to allow to set cookies? There are APIs like Qlik Sense (https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/Platform/Content/Sense_PlatformOverview/Integration/expose-...
Add Visual Studio Codespaces support for AL Language Extension
Currently the AL Language Extension don't work in Visual Studio Codespaces (https://visualstudio.microsoft.com/de/services/visual-studio-codespaces/). You can install the extension, but almost all except of three commands are missing and the few that are there don't work, e.g. Command 'AL: Go!' r...
WSDL should contain the correct PublicODataBaseUrl
If you use the NAVContainerHelper with Docker and Traefik, the NAVContainerHelper sets the PublicSOAPBaseUrl to https://dockerhost/devsoap/ws. Everything works fine, except in the WSDL (e.g. https://dockerhost/devsoap/WS/CRONUS%20DE/Codeunit/WorkflowActionResponse) in this case a different Workf...
Copy all Lines with Ctrl+C
In Business Cental 16.2 if you select all lines in a Page, Ctrl+C copies only the first 50 lines, but not all. This should be inproved at least to 1000.