Allow VAR Partner to create Business Central Cloud Support Cases
Please allow VAR Partner to create Business Central Cloud Support Cases. Currently our Master VAR has to enter his credentials so we can create support case via admin.powerplatform.microsoft.com/support?newticket=true
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-...
Performance Improvement: Switch GetNextReference of Table Warehouse Setup to a Non-Blocking No. Series
To avoid table blocking issues, please change "GetNextReference()" of Table "Warehouse Setup" to a Non-Blocking No. Series. procedure GetNextReference(): Integer begin LockTable(); Get; "Last Whse. Posting Ref. No." := "Last Whse. Posting Ref. No." + 1; Modify...
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...