Post by: syed hussain in C# Development Dynamics 365
There are multiple methods for connecting to Microsoft Dynamics from a command line application. Here is a lit of a few methods.
Post by: syed hussain in C# Development Dynamics 365
Often you'll find a lot of sample code online written in late bound syntax. You can convert between the two by simply using the ToEntity() method.
Post by: syed hussain in C# Development Dynamics 365
A code snippet demonstrating how to consume a WCF web service from inside a Dynamics 365 plugin.
Post by: syed hussain in All Development Dynamics 365 JavaScript
This code snippet illustrates how to get the business unit details of the logged-in user. This is great for certain use cases that require form conditions based on who has…
Post by: syed hussain in All C# Development Dynamics 365
C# code snippets to help with creating, retrieving, updating and deleting Microsoft Dynamics 365 CE records.
Post by: syed hussain in All Azure DevOps Tips
When creating a new Azure DevOps project you will have to make a choice on the source control system you want to use on your project. The two main choices…
Post by: syed hussain in All SQL Tips
If you're like me and you clone your Dynamics 365 virtual machines regularly to create other test instances, you might be hit with the error: ‘The instance name must be…
Post by: syed hussain in All Azure DevOps
Summary Azure DevOps has a very robust source control system. It's really easy to adopt and the learning curve isn't too steep either. Below I outline the steps needed to…
Post by: syed hussain in Dynamics 365 FinOps Microsoft Azure
Summary A recent business scenario popped up where I needed to make some Dynamics 365 Finance & Operations SQL tables available to global teams for ad-hoc reporting. These teams were…