Showing posts with label CRM Online. Show all posts
Showing posts with label CRM Online. Show all posts

01 June 2012

CRM Online IOrganizationService client

In this post I've updated little bit code to connect to Organization Service CRM Online.


    class Program
    {
        static void Main(string[] args)
        {
            String userName;
            String password;
            String organizationUrl;

31 May 2012

30 May 2012

CRM Online Discovery Service client sample

Microsoft allows us to have a 30-days trial online CRM. I've signed up and decided to connect to CRM Online services from my application. At first I've tried to connect to discovery service. The CRM SDK has a sample sdk\samplecode\cs\generalprogramming\discoveryservice\discoveryservice.sln that shows us how to do that. This sample needs Credentials.xml file to be present in your <DISK>:\Users\<user>\AppData\Roaming\CrmServer folder.