Sunday, June 14, 2015

CRM 2013 Plugin Registration Tool – Connect to CRM Online

Here is how it is done or at least how its been working for me:
When you unzip the sdk 2013, the tool will be on the SDK/bin folder:
double click  “PluginRegistration.exe
P201
Create a new connection and fill with this information:
P202
Label: Just pick a relevant name like “mycrmonline”
Discovery URL:  https://disco.crm5.dynamics.com  (*This applies to every one using CRM online)
User Name: youruserid@crmorgname.onmicrosoft.com (this is the what you enter for user id when you login to your crm online)
Click “Connect” and Enter your password. Click OK.
It should now display your organisation:
P203
Double-Click your organisation. It will grey out for a few seconds and open up like this:
P204
You should now be able to register/unregister plugins and sandboxed workflows.

No comments:

Post a Comment

How to Deploy your API as a web app or API app

  Before you can call your custom API from a logic app workflow, deploy your API as a web app or API app to Azure App Service. To make your ...