Promoted a BP Warnings as Error by using "WarningsAsErrors"
In general, this is possible with .NET applications that were developed with Visual Studio, warnings issued by the compiler are considered errors. ( See https://www.tabsoverspaces.com/233764-switch-to-errors-instead-of-warnings-for-nullable-reference-types-in-csharp-8 ). In D365 development, i...
Add code from Maps to the cross references
It would be really useful if the cross references included Maps. For example the results from find references for PurchParmLine.InventNow does not include the code in the class VendDocumentLineInterface which is used in the VendDocumentLineMap map. This would make code research much easier
ODATA: Enable DateTime filtering on extended data entities
If you add fields to data entities using extensions (including the staging table), you can't use $filter function in the oData API. Using a filter of e.g. /data/Customers?$filter=MyCreatedDateTime gt 2017-01-01T00:00:00Z
results in an error of "An error has occurred. The typ...
Enable more security features for Azure Virtual Machine.
When we do an integration with Dynamics 365 Finance and Operations, we have a very limited options when it comes to securing our third-party application, which connecting with Dynamics 365 through hosting the app on a virtual machine in Azure.
We are not able to identify a spe...
Filtering on memo fields using wild card characters
Based on current system design full-text index search does not support wildcards. https://docs.microsoft.com/en-us/dynamicsax-2012/developer/full-text-index-overview#features-and-background-information-of-full-text-search But, we have an option to use QueryRangeType::FullText from X++ and when u...
Open-source developer tools for Visual Studio
It would be great if the developer tools extension for Visual Studio would go open source someday in the future. Developers could add own needed functionality or help squashing bugs.
Extend maximum size of class name
Hi Microsoft-Team, we are currently hitting the maximum limit of 80 characters for class names when naming extensions. Due to your own naming guidelines for extension classes, the name can become very long, otherwise, it would not be descriptive of what it does or contains. We create extension...
Easy way to see callstack on dev machines
Ability to see callstack in case of exception on dev LCS instances and Hyper-V images. Currently the only way to see callstack is to find it using Event Viewer.
D365F&O Label files highlight invisible in visual studio 2022
Hello,
I’m trying to change the highlight label text color when I’m using Dark Mode.
The highlight is invisible so either we go back to Light mode or there is a solution, a property in Visual Studio that can be modified to put a different color and make the hi...
Automatic trigger to remove/manipulate additional data related to the production instance after refreshing the DB
Requesting to take into consideration the creation of an automatic trigger to run a job automatically after a DB refresh has completed, to remove/modify additional data related to the production instance.