Skip to main content

Notifications

Announcements

No record found.

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Improve searches in docs

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...

Like ( 0 )
Update status of deployment in DevOps

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...

Like ( 0 )
Why you can't setup sharing of customers and vendors in 8.0

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...

Like ( 0 )
Need to work with or add system defined buttons on forms?

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.

Like ( 0 )
How to load all labels from a label file

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...

Like ( 0 )
Comparison of Azure prices

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...

Like ( 0 )
Timing in PowerApps

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...

Like ( 0 )
How to setup Azure Key Vault with Dynamics 365 for Finance and Operations

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...