Currently we have on-premise CRM and Sharepoint.
SharePoint has timer jobs which are called once in a day. These timer job hits our own webapplication hosted on our server.
Our WebApplication(asp.net,asmx web services) then queries CRM, gets data ,pushes it into Sharepoint.
Now our client is moving to office 365 on the cloud with Sharepoint and CRM .
Client wants to drop the web-application and do every thing from the plugin/workflows of the CRM entities.
I tried to do it simply by writing a plugin and including Microsoft.SharePoint.Client.dll in it. As expected when the plugin fired it gave me an error that the file was not found.
Could you please suggest what is the way of achieving the above requirement? Is it even possible in the way I have tried(from within plugin and workflow)?
How will you solve the above problem?
Any hint or links will be greatly appreciated.
*This post is locked for comments