Installing Microsoft SQL Server AdventureWorks Sample Data

Microsoft provides sample SQL Server databases called AdventureWorks. You can download the files from the CodePlex website for your relevant SQL Server version here – http://msftdbprodsamples.codeplex.com/. You can then attach…

Modify Quick Find Search in CRM

Dynamics CRM provides the ability to do a quick search. To do this, click on the search icon and enter your search terms: This will open the search screen below:…

Dynamics CRM SDK, Templates and Developer Toolkit

To install the Dynamics CRM SDK, go through these steps. First, download the relevant SDK version. Here we will install for Dynamics CRM 2013. http://www.microsoft.com/en-gb/download/details.aspx?id=40321 Select to download: Run the…

Getting Started with the Creator Kit for Power Apps

…kit, go to https://aka.ms/creatorkit and select Download the Creator Kit: This will download the managed solution: Next, head over to the Power Apps Maker portal at https://make.powerapps.com and import the…

Creating a Virtual PCF React Control with Fluent UI v8

…(event: React.FormEvent, newValue?: string) => { console.log(newValue); this.props.updateValue(newValue); } } Running this in our test harness, we can type into the text field or the SampleProperty value and both will…

How to Get a Postman Bearer Token for Azure Resources

…permission to https://graph.microsoft.com: We can add other permissions by clicking on Add a permission: Some other resources include: https://auth.msft.communication.azure.com (Azure Communication Services) https://aadrm.com/ (Azure Rights Management Services) https://aadrm.com/ (Azure Service…