0
votes
0answers
15 views

Using code, how to sync data from CRM online 2011 to sharepoint online 2011 (or 2013) & vice-versa

I am trying for a proof-of-concept on this one. I have a sample crm-online plugin and I would like to know if through the code I can open my sharepoint online site and thereby get access to the ...
0
votes
0answers
70 views

sharepoint (online)- provider/auto hosted- replacement for timer job

Recently i began to developing sharepoint 2013 on my office365 account. I need a way to invoking tasks in given time intervals. For example every hour invoke an action adding item to sharepoint list. ...
0
votes
1answer
45 views

Any tutorials on accessing Azure SQL from a SharePoint hosted Silverlight webpart?

So since SharePoint Lists have limited columns available for use, I'm now trying to write the output from my SharePoint hosted Silverlight app into a Windows Azure hosted SQL database. Are there any ...
0
votes
0answers
63 views

SharePoint Online to Azure Web Service

Situation: I'm trying to send a message from my SharePoint Online page to my Azure Web Service with json. This works great on a simple ASP.NET website, but on SP Online, I get a message ("Access ...
3
votes
3answers
170 views

Can I use EntityFramework and sql azure with Sharepoint Online?

I would like to connect to an entity model from a sandboxed webpart in sharepoint online. Is this possible? Is it possible to connect to sql azure from a sandboxed webpart?