Using Fiddler with Dynamics 365 and JavaScript

…code: If we open the Account page in Dynamics 365 and search for Account, we will find out JavaScript web resource, named as we named it, new_AccountWebsiteChange.js: In Fiddler, we…

How to Setup MFA in Azure AD

…into https://portal.azure.com/ and select Azure Active Directory: Select Multi-factor authentication (you don’t need to select a user at this point): This takes us to the Multi-factor Authentication screen. Select a…

Dynamics CRM Early Bound vs Late Bound

…around CRM that can help with the speed of the development process. An example of early bound is: Account account = new Account { Name = “Coffee Company” }; _accountId…

Dynamics 365 KingswaySoft SSIS Integration

…Create a new connection to the database: Add a CRM Destination: Connect the two together: KingswaySoft configuration will open: Create a new connection to CRM: Complete: Select the destination entity:…

Creating a North52 AutoNumber Formula

To create a formula in North52, go to Settings->N52 Formula: The following window will open. Click New: This will open: We will create a new AutoNumber formula. Select AutoNumber from…

How to Open an SSRS RDL Report in Visual Studio 2017 and 2019

Let’s look at how to open an SSRS RDL Report in Visual Studio 2017 and Visual Studio 2019. First, download the Microsoft Reporting Services Project extension at: https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftReportProjectsforVisualStudio We see…