Difference between revisions of "Tools for Developers"

From Power Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
| Plugin Registration || Microsoft, Jonas Rapp, Imran Akram, Alexey Shytikov || Register [[Plugins]] and [[Custom Data Providers]] || This tool can be download from NuGet and then you will run the tool as is from Microsoft. The tool has also been XrmToolBox (XTB) enabled, by Jonas Rapp, Imran Akram and Alexey Shytikov, so you can run it from within XTB. || [https://www.xrmtoolbox.com/plugins/Xrm.Sdk.PluginRegistration/ XTB version], [https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/download-tools-nuget?view=op-9-1 Download from NuGet]
 
| Plugin Registration || Microsoft, Jonas Rapp, Imran Akram, Alexey Shytikov || Register [[Plugins]] and [[Custom Data Providers]] || This tool can be download from NuGet and then you will run the tool as is from Microsoft. The tool has also been XrmToolBox (XTB) enabled, by Jonas Rapp, Imran Akram and Alexey Shytikov, so you can run it from within XTB. || [https://www.xrmtoolbox.com/plugins/Xrm.Sdk.PluginRegistration/ XTB version], [https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/download-tools-nuget?view=op-9-1 Download from NuGet]
 
|-
 
|-
| Shuffle Builder and Shuffle Runner || Innofactor (originally Jonas Rapp) || Move data between environments || Actually two tools, one is used to prepare data transfer and one is used to do the data transfer. Not available OOTB in XrmToolBox, you need to download from NuGet || * [https://github.com/Innofactor/Innofactor.Crm.CI/releases/ Download here]
+
| Shuffle Builder and Shuffle Runner || Innofactor (originally Jonas Rapp) || Move data between environments || Actually two tools, one is used to prepare data transfer and one is used to do the data transfer. Not available OOTB in XrmToolBox, you need to download from NuGet ||  
 +
* [https://github.com/Innofactor/Innofactor.Crm.CI/releases/ Download here]
 
* How-To article: [https://saralagerquist.com/2019/12/02/mvp-advent-calendar-transport-data-between-environments-with-saras-favorite-tool/ MVP Advent Calendar: Transport Data Between Environments with Sara’s Favorite Tool!]
 
* How-To article: [https://saralagerquist.com/2019/12/02/mvp-advent-calendar-transport-data-between-environments-with-saras-favorite-tool/ MVP Advent Calendar: Transport Data Between Environments with Sara’s Favorite Tool!]
  
  
 
[[Category:Community]]
 
[[Category:Community]]

Revision as of 11:35, 10 December 2021

This page gathers tools from Microsoft and the Community, tools which are useful for developers.

Also see the tips from MVP Natraj Yeganaraman and the general Tools page.

Name From Use Case Good to know Read more
Plugin Registration Microsoft, Jonas Rapp, Imran Akram, Alexey Shytikov Register Plugins and Custom Data Providers This tool can be download from NuGet and then you will run the tool as is from Microsoft. The tool has also been XrmToolBox (XTB) enabled, by Jonas Rapp, Imran Akram and Alexey Shytikov, so you can run it from within XTB. XTB version, Download from NuGet
Shuffle Builder and Shuffle Runner Innofactor (originally Jonas Rapp) Move data between environments Actually two tools, one is used to prepare data transfer and one is used to do the data transfer. Not available OOTB in XrmToolBox, you need to download from NuGet