This article will give you all tools which gives more productivity for developers of Dynamics 365 and Power Platform. here is the list.
1. Ribbon Workbench
The Ribbon Workbench has been the standard for editing the Dynamics CRM Ribbon since CRM2011. With the release of the new non-Silverlight version, customizing the Dynamics 365 & Dynamics CRM Command Bar and Ribbon has just got even easier! By installing the Ribbon Workbench you’ll quickly be performing customizations that were previously only possible by time consuming and error-prone manual editing of RibbonDiff Xml.
2. XRM Toolbox
XrmToolBox is a Windows application that connects to Microsoft Dataverse. Dynamics 365 Customer Engagement (CE) applications, like Dynamics 365 for Sales, Service or Talent also use Microsoft Dataverse as their foundational data service. XrmToolBox, provides tools to ease customization, configuration and operation tasks for anything built on Microsoft Dataverse, including Dynamics 365 CE (formerly CRM) and model-driven PowerApps. It is shipped with more than 30 tools to make administration, customization or configuration tasks easier and less time consuming. And more than 100 other tools are available in the Tool Library.
3. Online FetchXML Formatters
Developers in Dynamics 365 many times download FetchXML from advanced find and format the raw fetchxml for JavaScript and C# codes. TO save your time you can use the online toll which will give the formatted string of fetchxml for JS and C# so that you can use it.
4. Ready-made PCF controls
Download free PCF controls that you can use in your project and source code which is open source. PCF Gallery is a website which hosts various PCF controls which are free to use and modify.
5. Ready-made PCF controls
Download free PCF controls that you can use in your project and source code which is open source. PCF Gallery is a website which hosts various PCF controls which are free to use and modify.
6. CRM REST Builder
This tools helps you create JavaScript snippets easily to create REST codes or XRM Web API codes. CRM REST Builder v2.6.0.0 for CRM 2015/2016 & D365 CE (7.0+)
- Added 9.x support
- Added Xrm.WebApi support
- Better support for Action/Function parameters
- Fixed a bunch of bugs
- Other usability enhancements
NuGet Package | Description |
---|---|
Code Generation Tool Microsoft.CrmSdk.CoreTools | Generates early-bound .NET Framework classes that represent the table data model that is used by model-driven apps. |
Configuration Migration Tool Microsoft.CrmSdk.XrmTooling.ConfigurationMigration.Wpf | Tool that is used to move configuration data across Dataverse environments. |
Package Deployer Microsoft.CrmSdk.XrmTooling.PackageDeployment.WPF | Tool that enables administrators to deploy packages in a Dataverse environment. Developers combine solution assets and custom code in a package to be deployed by Package Deployer. Independent software vendors (ISVs) must use the same package format when preparing their solutions for publishing on AppSource. |
PluginRegistrationTool Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool | Tool that is used to register custom code plug-in assemblies and steps in a Dataverse environment. |
Solution Packager Tool Microsoft.CrmSdk.CoreTools | Tool that can disassemble Dataverse solutions into multiple XML files to be managed by a source control system. It can also be used to rebuild a Dataverse solution from the source XML files. |
The following is a selected list of community tools distributed via the XrmToolBox that you can use with Dataverse.
Tool | Description |
---|---|
Attribute Manager | Used to rename/delete/or change the type of the column. |
Early Bound Generator | Generates Early Bound Tables/Choices/Actions. Uses CrmSvcUtil from the SDK, and shows command line used to create the classes. |
Export to Excel | Easily export records from the selected view/fetchxml to Excel. |
FetchXML Builder | Create and test FetchXml Queries |
Metadata Browser | Browse metadata from your Dataverse environment |
Plugin Trace Viewer | Investigate the Plug-in Trace Log with easy filtering and display possibilities |
User Settings Utility | Manage users personal settings in bulk |
Here is another tool, Chromium Metadata Browser, that lets you browse metadata such as tables, columns, relationships, choices of Dataverse environments. It works with Microsoft Edge and Google Chrome browsers.