Project Management that Makes Sense

As we all know, Project Management is a career path that requires suitably qualified and experienced professionals to make sure that projects are delivered on time and on budget. Professional project managers are typically Prince2 and PMP certified and as experienced individuals they are necessary for successfully delivering medium to large scale projects. These typesContinue reading “Project Management that Makes Sense”

Managing Your Work as an Independent Consultant

Since deciding to become an Independent Consultant, the second most important thing after providing your clients with a high quality level of services that they expect is how do you manage the way you do your work. A starting point is email. You need to have an email account that is most certainly not oneContinue reading “Managing Your Work as an Independent Consultant”

Quick and Easy Way to Auto Number Entity Records in Dataverse

We all know that there are a many ways to auto number entity records in Dataverse. There are a number of 3rd party products that you can use. There is also a facility in the current XrmToolbox suite of applications that lets you configure entity records auto numbering. If you want to develop your ownContinue reading “Quick and Easy Way to Auto Number Entity Records in Dataverse”

Check the Latency or Bandwidth of your Dynamics 365 CRM or Model Driven PowerApps Instance

Have you ever had your Dynamics 365 CRM or Model Driven PowerApps instance run slow? Well, the cause could be a latency or bandwidth issue between your web browser and the Dynamics 365 CRM or Model Driven PowerApps server. There is a very simple way to check the latency by using the following URL. YourContinue reading “Check the Latency or Bandwidth of your Dynamics 365 CRM or Model Driven PowerApps Instance”

How to Develop a Console Application that Connects to Dataverse without Visual Studio

In the previous post, I provided an example of how you can develop a Dynamics 365 CRM Plugin without using Visual Studio. In this post, I will now show you how to you can also develop a C# Console Application that connects with a Dataverse instance allowing you to Create, Read, Update and Delete dataContinue reading “How to Develop a Console Application that Connects to Dataverse without Visual Studio”

How to Develop a Dynamics 365 CRM Plugin without Visual Studio

Have you ever wondered whether it is possible to develop Dynamics 365 CRM Plugins without Visual Studio? Well in this article, I am going to show you that it is in fact possible. The steps for developing a CRM Plugin are: Download and Install NuGet Download and Install .NET Framework 4.6.2 Create the Source CodeContinue reading “How to Develop a Dynamics 365 CRM Plugin without Visual Studio”