Write to Windows Event Viewer from C#

…not found for the new application: In order to create a new log in the event viewer, use the code below: using System; using System.Collections.Generic; using System.Linq; using System.Text; using…

JavaScript in the Dynamics CRM Developer Toolkit

The Dynamics CRM developer toolkit allows you to manipulate JScript resources as well as other artifacts. In Dynamics CRM, create a new solution and add a new Web Resource: In…

Sample Date – Orders Table 2019

Orders Table with 2019 data for use in Power BI and other examples. Order Number Amount Order Date Ship Date 1 100 1/1/2017 2/1/2017 2 150 2/1/2017 2/10/2017 3 200…

How to Install Microsoft Omnichannel for Customer Service

…order to use Omnichannel for Customer Service. Purchase Services and Assign Licenses Go to the Microsoft Admin Center at https://admin.microsoft.com/: Select Add-Ons: Search for Trials. We will select the Dynamics…

Power BI Blog and eBook

…Them (with Dynamics 365 and Common Data Service) Troubleshooting Desktop Data Refresh Issue Dates in Column Chart Issue Case Studies Power BI and American Football Sample Data Web Sample Data…

Using Sample Datasets Installed in R

…error: In this case, we need use library first, then we can use it: library(MASS) You may find these datasets useful when you want to try new things with R….

Dynamics 365 Form Non-Event Dependencies

…have a function to display the Website URL entered by the user: function displayWebsite() { try { alert(“The website entered is: ” + Xrm.Page.getAttribute(“websiteurl”).getValue();); } catch (e) { alert(e.message); }…