web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamic Day / Using the new 2013 Develope...

Using the new 2013 Developer Toolkit to deploy code to CRM 2013 Online

Bruno Lucas Profile Picture Bruno Lucas 5,421

CRM 2013 SDK is out and I comes with the new developer toolkit for Visual Studio 2012. If you just want to have a play and still donโ€™t have CRM 2013 on premises, here is how you can start to play with some 2013 new features:

  1. Subscribe to CRM online
  2. Download CRM 2013 SDK
  3. Unpack the SDK file and go to SDK > Tools > DeveloperToolkit
  4. Install the developertoolkit and open Visual Studio 2012
  5. Go to File > New > Project. You will see a new set of templates under Dynamics CRM

IMG1

  1. Select โ€œNew Visual Studio Solution Template for Dynamics CRM 2013โ€.
  2. That action will generate a CRM solution with the most common CRM components and prompt you to enter credentials. Here is where it gets a little tricky. For CRM Online, you will enter โ€œdisco.crm5.dynamics.comโ€ regardless of your url.
  3. Select HTTPS and click โ€œConnectโ€
  4. Enter your 360 user login ( It should look like loginid@yourcrmsite.onmicrosoft.com)
  5. Click Log on
  6. At this point if you login you should be able to select your organisation and solution
  7. Click OK.

IMG2

Once your login succeed, you should see this CRM Object Explorer:

IMG3

If you expand a branch like โ€œEntitiesโ€, you should see all the entities available on your Crm.

IMG4

Before you can use the Deploy command, remember you need to do a few tweaks. First, Create a Strong Name Key for Any Plugin or Workflow you create. (Please bear in mind that once you decide to use this for real development, you may want to add an appropriated name to your components before you deploy. Remember also that itโ€™s not a good idea to use the Deploy feature of the developer toolkit to release code on later stages like UAT and Production)

IMG5

You will also need to change the โ€œRegisterFile.crmregisterโ€ Isolation level of any component that is set to anything but โ€œsandboxโ€. Remember even though workflows are now allowed as long as deployed on the sandbox.

IMG6

If you build and Right Click CRMPackage, you should have a successful deploy



This was originally posted here.

Comments

*This post is locked for comments