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”
Tag Archives: #PowerApps
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”
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”