Using Xrm.Page in Dynamics 365 HTML Web Resource
In Dynamics 365, you can add HTML Web Resources with JavaScript. You may want to use Xrm.Page features, but if you try…
Read article →Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.
In Dynamics 365, you can add HTML Web Resources with JavaScript. You may want to use Xrm.Page features, but if you try…
Read article →
To install the UII NuGet Packages, open a Visual Studio project and open the Package Manager Console. Enter the command: Install-Package Microsoft.CrmSdk.XrmTooling.CoreAssembly This will install…
Read article →
In USD, there is an action call that creates an entity in CRM. Let’s go through an example of how to use it.…
Read article →
Activities in Dynamics 365 are ways to communicate with your customers. To access activities, go to Sales->Activities: Selecting this link takes you…
Read article →
Session New is an event that is part of the CRM Global Manager hosted control. A typical sequence of events is: User…
Read article →
Dynamics CRM has the ability to track emails. In doing so, it adds a tracking token to the subject line of the…
Read article →
In Dynamics 365, we can use Web Resources to add buttons to forms. To do this, go through the following steps. We…
Read article →
ILSpy is an assembly browser and decompiler. Here we will go through installing and using ILSpy. First, download the binaries from the…
Read article →
The Advanced Find in Dynamics 365 can be accessed directly through a URL. That URL is: https://yourcrm.crm.dynamics.com/main.aspx?pagetype=advancedfind The advanced find page will…
Read article →
WCF Data Contracts define the contract between client and server over what will be exchanged. Here we will go through creating a…
Read article →
Serialization is the process of converting an object into a byte stream. Once serialized, it can be transmitted to a file, a…
Read article →
To create a Power BI streaming dataset using PubNub, perform the following steps. Firstly, log into powerbi.com. In the bottom left of…
Read article →