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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Dynamics SDK

(0) ShareShare
ReportReport
Posted on by

I know the SDK is available for use I have been customizing CRM for 3 years and havent touch the SDK. Any tips/suggestion on how to start using? or what the SDK is capable of doing?

*This post is locked for comments

I have the same question (0)
  • ashlega Profile Picture
    34,477 on at

    Hi,

     there are lots of resources, but you might start here:

    msdn.microsoft.com/.../gg327974.aspx

     As for what it's capable of doing - basically, you can register custom code to run on the CRM server (plugins and custom worfklow activities), or you can use SDK to connect to CRM from the external applications. In both cases, you can implement custom business logic in that code (you can run queries against CRM, you can update/create/delete records, you can start workflows, etc.. and you do all that using C#, for example)

  • Suggested answer
    RaviKashyap Profile Picture
    55,410 Moderator on at

    Hi,

    To start with SDK development, I would suggest you to first download the SDK and go through the sample code.  

    www.microsoft.com/.../details.aspx

    msdn.microsoft.com/.../gg309721.aspx

    I really like the way PowerObjects have structured their content on the "CRM Book"- crmbook.powerobjects.com/extending-crm

    You can use SDK to write custom code which includes JavaScript, Plugins, Custom Workflow and custom code to connect to external application. If you are looking for the steps then I would suggest the same sequence i.e.-

    1. JavaScript (Basic): Consider a scenario where you have a type field in the form and based on that type field you need to show/ hide tabs. This is a very common requirement which you can do by writing some custom JavaScript.

    msdn.microsoft.com/.../gg328255.aspx

    2. JavaScript (Web API): Consider a scenario where when you create an opportunity, you want that the currency should be populated as same as the customer selected. This can be done using JavaScript Web API

    You can download a tool to generate the JavaScript WEB API code on demand using an interface-

    github.com/.../CRMRESTBuilder

    3. Plugins: Consider a scenario where when you create a new account, assign a random number to that account and create a task. This can be done with plugins.

    msdn.microsoft.com/.../gg594416.aspx

    4. Custom Workflow Activity: Consider a scenario where you want to have a common custom functionality say some math operation [Can take accept parameters and provides the output] which can be used as a step within Out of box workflow. This can be done creating custom workflow activities.  

    And lastly consider a scenario where you want to integrate your crm with an external application say your company website or a small console application. This can be done by creating a connection to your dynamics CRm and then performing the required CRUD operations-

    msdn.microsoft.com/.../hh675400.aspx

    Hope this helps.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans