I am trying to develop CRM2013, but have come across a few problems, of which there is an abundance of advice that doesn't seem to help.
We have a legacy SQL application that is receiving data constantly. I need to get that data into CRM2013 in real-time, which rules out the , manual import data options. In CRM2011 I created a SQL CLR project in visual Studios 2010 to import data and that worked quite nicely.
I have tried applying that project to CRM2013 but it fails and i think the issue is the .net version for CRM2013. To support a project that uses .net 4, i have upgraded to Visual studio's 2012 & 2013, but there is no option for a SQL CLR project, only a SQL Database project. Although I can create SQL functions within that project, I can not add a service reference to the CRM Soap endpoint as a web reference.
So my question to the expert's is, how do i get data from a SQL 2012 server into CRM2013 without resorting to 'un-supported' methods, or having to import manually. I would like to get some sort of automate importing as I have under CRM2011 and the SQLCLR functions via a webservice.
Anny help would be appreciated as this is a major issue.
Dont ask me .. i dont know