The search experience at docs.microsoft.com is not great. It is more like broken.Here is how you can improve search with your favorite search engine. I'm using Edge/Bing for the example, but this can easily be changed to Chrome/Google.Open Mic...
If you use DevOps pipelines to deploy packages, you probably know that the pipeline stages sometimes fail for reasons unknown, even when LCS actually does the deployment.If you track deployments on your work items, it is quite annoying that the de...
The release notes for 8.0 says that you can now share customers and vendors with the data sharing feature. But it also says: "To enable this functionality, contact your Solution Architect, who will verify that your business requirements and d...
You can change the behavior of system defined buttons form, or add buttons, by subscribing to delegates from the SysSystemDefinedButons class.The class AlertFormExtender has an example of how a button is added to the Options action pane tab.
Here is a small example of how to load all the labels of a particular label file, in a particular language. It takes about 6-8 seconds on my developer box to load the 122190 label from SYS.public static void main(Args _args){ info ("Star...
It just needed to do a new deployment though my Visual Studio Azure subscription, and as usual I couldn't remember the price variance between regions and types of machines.I stumbled over this site which gives a good overview: https://azu...
Just for fun I tried to build a PowerApp, to be embedded in D365 FinOps, that would show some PDFs for at particular item.I keep the PDFs in a SharePoint document library and use ItemId as a key.And resulting the app looks like this: Of course I n...
Azure Key Vault is a service that allows you to store secret keys, like passwords or certificates for external web-services, to be used by your different apps. When stored in Key Vault, none of your apps need to know details about or store these s...