Friday, May 18, 2012

Install Sample Data In a Microsoft Dynamics CRM 2011 Organization Using VB.NET

This illustration shows how to install the sample data that comes with Microsoft Dynamics CRM 2011 with InstallSampleDataRequest.   This example will be given in VB.NET.

Ok, here is what the code looks like!
In VB.NET#:

Dim req As New InstallSampleDataRequest()
Dim resp As InstallSampleDataResponse = DirectCast(service.Execute(req), InstallSampleDataResponse)

I hope this helps!

-

No comments:

Post a Comment