How to connect Windows 8 App into Ms crm 2011 offline? - c#-4.0

I connected windows 8 App into ms crm 2011 online and the functionality is working fine.
And next i want to connect the ms crm 2011 offline, is there any way to connect offline.whenever come online it should sync to CRM and update the records.Please suggest the solution

This functionality is "baked in" to Outlook, but I don't believer there are any APIs associated with it. I'm assuming you'll need to "roll your own" logic for updating and syncing back to CRM when the client is able to connect to CRM again.

Related

How to create a new user on Dynamics CRM Online through calling APIs

I want to design an application to sync user information between local system and CRM online. I found we can't create user in CRM online through APIs directly as CRM on-premise. System said we only can add user through office 365 admin portal. But I have no idea about how to use office 365 APIs to create CRM online user. Did you guys encounter the situation before? Please help me, thanks!
Ok, let me answer my question. Right now if we want to operate Dynamics CRM Online User or License information, we need to operate Active Directory Graph Service associated with CRM Online. This Service is a web api based service. We can get the example code on "http://visualstudiogallery.msdn.microsoft.com/7e947621-ef93-4de7-93d3-d796c43ba34f", and current there is one helper library can be used you guys can download it on http://code.msdn.microsoft.com/windowsazure/Windows-Azure-AD-Graph-API-a8c72e18.

Cant connect to CRM server via outlook 2013

I have installed CRM server on my server and via browser on client machine ,
I have access to my CRM ,But when I'm trying to connect my outlook to CRM appear an
error as : There is a problem with communicate with Dynamics CRM server or server might be unavailable.
In other hand hand when I'm choosing CRM ONLINE the login page appear for me but show me error from user and password.
Anybody can help?
Thanks
Mohammad
Did you install the CRM 2013 Outlook Client (download here) ?
If no then follow the next tutorial.

CRM 2013 Migraton: How to detect CRM 4 javascript

I am getting following error while migrating CRM 4 database to cRM 2013 via CRM 2011.
"Setup has detected that there are customizations or solutions that are using the Microsoft Dynamics CRM 4.0 (2007) endpoint. This feature will no longer be supported in Microsoft Dynamics CRM 2013."
CRM was earlier developed by another vendor, so I need to find this javascript.Is there any tool or method to find out about this javascipt of CRM 4 which needs to be migrated.
Thanks
You can use the Custom Code Validation Tool released by Microsoft. It will tell you the web resources not compatible with CRM 2013
http://www.microsoft.com/en-us/download/details.aspx?id=30151

how an utility application connects with all three deployment types of CRM

I am working with an utility application which has user authentication(i.e. it takes username password from users as input). Previously I worked with CRM online. Now requirement is this utility should be able to connect all three deployment types of CRM (i.e. Onpremise, Online, IFD).I am not sure how to do it. I was using crmservice.cs and deviceidmanager.cs for connection with CRM.
From other online resources I found that in connection string if I add Authentication Type="Integrated"/"AD"/"SPLA"/"Passport" , it should work.
So If I write my connection string like
connectionString="Authentication Type="Integrated";Data Source= LINE500\sage;Initial Catalog=cs3live; Integrated Security=false; User Id=XXXXXXXX;Password=XXXXXXXX"
Is this gonna work? FYI, I have only CRM online trial account to verify my code.So I need your help on this.
Thanks.
a CRM Online environment can use Windows Live ID or Office 365 authentication, DeviceID and DevicePassword are necessary only when connecting with Windows Live ID credentials. So you need to know which authentication type is in use in your CRM.
To be able to connect to different environments I suggest to use the Simplified Connection, you can find more information here:
https://stackoverflow.com/a/15930366/2191473
and here:
Sample: Simplified Connection Quick Start using Microsoft Dynamics CRM

How to connect SharePoint Online with Dynamics CRM Online using BDC?

I am trying to connect SharePoint Online with Dynamics CRM Online using BDC, but I'm not getting any results.
I am trying to use Accounts from CRM in SharePoint Online like a list.
When I have 100 accounts (customers) in CRM I want to export these accounts to SharePoint Online like a list. And when I will bed edited account in CRM the elements in the list will be updated (when I edited element on SharePoint list it will update in CRM).
Is there any possibility to connect in this way? If there is then what I should use - SharePoint Designer 2010, Visual Studio or do this on web interface?
Girish Raja provides a great overview on how to integrate CRM Online and SharePoint Point via BCS. His MSDN blog post includes a link to his video presentation from TechEd in May (go to minute 35 in video) along with a link to the source code/instructions. His demo uses SharePoint on-premise but mentions that it will work with SharePoint Online once BCS is enabled. (which it is now).
According to this:
Msdn Blog: Microsoft Dynamics CRM integration with SharePoint Online is here
... this is how to do it:
Your Microsoft Dynamics CRM System Administrator must install the Microsoft Dynamics CRM 2011 List Component
Once enabled, the Microsoft Dynamics CRM user can open an Account
Click on Documents – If the Account does not have a corresponding Document Library in SharePoint Online one is automatically created
Unfortunately this cannot be done at this time - http://community.office365.com/en-us/f/154/t/2301.aspx
See codeulike's answer for more up to date information.

Resources