Answered by:
CRM Online - Custom Actions - CALL REST API SharePoint

Question
-
Hi,
Is there a way to create a custom button on CRM Online which will call a SharePoint REST API service in order to create some objects within my SharePoint Online?
I have downloaded the CRM SDK but i don't find tips or notices to create this functionnality.
Regards.
Gilles Martinez.
Friday, March 27, 2015 11:37 AM
Answers
-
Looks like there is not yet a VS2013 developer toolkit extension (correct me if I am wrong?). Here is a guide on how to add the VS2012 developer toolkit extension to your VS2013Microsoft Dynamics CRM 2013 Toolkit with Visual Studio 2013
Kind Regards
- Marked as answer by Gilles Martinez Wednesday, April 1, 2015 9:37 AM
Friday, March 27, 2015 3:27 PM
All replies
-
Hello,
A possible solution (not familiar with online) :If your button is on an entity form you could create a two option field, add some JS to the button to check/uncheck the field and register a plugin on your entity when the field changes. In the plugin, use the SharePoint client API's to create objects in your SharePoint site.
Hope it gives you a start.
Kind Regards
Friday, March 27, 2015 12:21 PM -
I have installed CRM 2015 SDK, but i haven't the plugin template project with my Visual Studio 2013...
Regards.
Friday, March 27, 2015 1:45 PM -
Looks like there is not yet a VS2013 developer toolkit extension (correct me if I am wrong?). Here is a guide on how to add the VS2012 developer toolkit extension to your VS2013Microsoft Dynamics CRM 2013 Toolkit with Visual Studio 2013
Kind Regards
- Marked as answer by Gilles Martinez Wednesday, April 1, 2015 9:37 AM
Friday, March 27, 2015 3:27 PM -
Thx for your help.Wednesday, April 1, 2015 9:37 AM