Connecting to CRM Online using the Dynamics CRM 2016 SDK

1 Comment

The Dynamics CRM SDK for 2016 comes with many samples to get you up and running. One of the samples is the QuickStart projects. These projects are applications that will connect to Dynamics CRM and perform certain operations in Visual Studio projects.

To run these samples, after installing the SDK, go to the folder SDK\SampleCode\CS\QuickStart. Note – I am running the C# sample.

To run the QuickStart using WinForms, first open the app.config file:

Uncomment the connection method for your CRM instance (On premise, Online, IDF):

The “name” is just a label, the “connectionString” is details to connect to your CRM server.

Run the application by pressing F5.

You will see the following if you are able to connect successfully:

Press Yes to delete the record that was created.

 

THANKS FOR READING. BEFORE YOU LEAVE, I NEED YOUR HELP.
 

I AM SPENDING MORE TIME THESE DAYS CREATING YOUTUBE VIDEOS TO HELP PEOPLE LEARN THE MICROSOFT POWER PLATFORM.

IF YOU WOULD LIKE TO SEE HOW I BUILD APPS, OR FIND SOMETHING USEFUL READING MY BLOG, I WOULD REALLY APPRECIATE YOU SUBSCRIBING TO MY YOUTUBE CHANNEL.

THANK YOU, AND LET'S KEEP LEARNING TOGETHER.

CARL

https://www.youtube.com/carldesouza

 

ABOUT CARL DE SOUZA

Carl de Souza is a developer and architect focusing on Microsoft Dynamics 365, Power BI, Azure, and AI.

carldesouza.comLinkedIn Twitter | YouTube

 

One Response to Connecting to CRM Online using the Dynamics CRM 2016 SDK

Leave a Reply

Your email address will not be published. Required fields are marked *