Tools for Developers
Revision as of 15:08, 10 December 2021 by CarinaMClaesson (talk | contribs)
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.
To be added:
- Plugin Trace Viewer Look at the Plug-in Trace Log under legacy settings or use this tool to investigate the Plug-in Trace Log with easy filtering and display possibilities.
Name | From | Use Case | Good to know | Read more |
---|---|---|---|---|
FetchXml Builder | Jonas Rapp | Register Plugins and Custom Data Providers | Create queries and code manually or use FetchXmlBuilder to create queries for Microsoft Dataverse. | XTB page, fetchxmlbuilder.com |
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 get the SDK version of the tool 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 |