Difference between revisions of "Tools"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
PWBoxInfo | PWBoxInfo | ||
| title = Tip | | title = Tip | ||
− | | text = If there was a concept called Tools | + | | text = If there was a concept called Tools Ambassadors, Linn Zaw Win would be the first one on that list. He regularly tries out different tools and writes about it. His findings are documented [https://linnzawwin.blogspot.com/p/tools.html here] |
}} | }} | ||
Line 18: | Line 18: | ||
* [[PCF Gallery]] is a place where you can go and get inspired by all the [[PCF]] controls the [[Community]] has built. Created and maintained by Guido Preite. | * [[PCF Gallery]] is a place where you can go and get inspired by all the [[PCF]] controls the [[Community]] has built. Created and maintained by Guido Preite. | ||
− | * [[LevelUp]] is an extension to the browser with helpful tools for | + | * [[LevelUp]] is an extension to the browser with helpful tools for those who are sharp and knows exactly what they are doing. Developed and maintained by Natraj Yegnaraman. |
* [https://www.cobalt.net/resources/crm-snapshot/ CRM Snapshot] is a solution which can be used with Dynamics 365, Customer Engagement apps. Create backups of your data, recover deleted records and create copies of existing records. Good to know is that this tool creates duplicates of your data and fields such as Created on will get another date. Before you had to enable auditing in order to use this but nowadays they use a plugin instead so no need for that. | * [https://www.cobalt.net/resources/crm-snapshot/ CRM Snapshot] is a solution which can be used with Dynamics 365, Customer Engagement apps. Create backups of your data, recover deleted records and create copies of existing records. Good to know is that this tool creates duplicates of your data and fields such as Created on will get another date. Before you had to enable auditing in order to use this but nowadays they use a plugin instead so no need for that. | ||
* [https://github.com/seanmcne/OrgDbOrgSettings/releases Organization Settings Editor] There are over 90 organization settings but there is no UI to modify those. However, there is a tool for that. Go to GitHub and you will be provided with a solution which you can import. Examples of those settings are: Increase the number of rows to export to Excel, modify how many BPF you can have per entity from 10 to maximun 100, change how many grids that are allowed on the form. | * [https://github.com/seanmcne/OrgDbOrgSettings/releases Organization Settings Editor] There are over 90 organization settings but there is no UI to modify those. However, there is a tool for that. Go to GitHub and you will be provided with a solution which you can import. Examples of those settings are: Increase the number of rows to export to Excel, modify how many BPF you can have per entity from 10 to maximun 100, change how many grids that are allowed on the form. |
Latest revision as of 19:50, 18 December 2021
This page contains a list of FREE tools which will help on your Power Platform journey.
Tools from the Community
Tip
If there was a concept called Tools Ambassadors, Linn Zaw Win would be the first one on that list. He regularly tries out different tools and writes about it. His findings are documented here
- XrmToolBox is a toolbox which saw it's first day of light during the days of Microsoft Dynamics CRM. It gathers all kinds of helpful tools for admins, makers and developers.
Also see the XrmToolBox pages by persona:
- PCF Gallery is a place where you can go and get inspired by all the PCF controls the Community has built. Created and maintained by Guido Preite.
- LevelUp is an extension to the browser with helpful tools for those who are sharp and knows exactly what they are doing. Developed and maintained by Natraj Yegnaraman.
- CRM Snapshot is a solution which can be used with Dynamics 365, Customer Engagement apps. Create backups of your data, recover deleted records and create copies of existing records. Good to know is that this tool creates duplicates of your data and fields such as Created on will get another date. Before you had to enable auditing in order to use this but nowadays they use a plugin instead so no need for that.
- Organization Settings Editor There are over 90 organization settings but there is no UI to modify those. However, there is a tool for that. Go to GitHub and you will be provided with a solution which you can import. Examples of those settings are: Increase the number of rows to export to Excel, modify how many BPF you can have per entity from 10 to maximun 100, change how many grids that are allowed on the form.
- Storage Analyzer This tool will help you analyze your storage and with their own words “Identify what entities which overburden your system.“
- Ultimate Workflow Toolkit is a set of Custom Workflows to be used. Developed and maintained by Andrew Butenko.
- Ribbon Workbench - Allowing you to edit the Model-Driven Command Bar since 2011
Tools from Microsoft
You will find more information about the tools described in this chapter Developer tools and resources here.
Integrated Development Environment (IDE) extensions
- Power Platform Tools for Visual Studio, install the extension and have a look at the [https://docs.microsoft.com/en-us/powerapps/developer/data-platform/tools/devtools-create-project Quickstart
- Microsoft Power Platform CLI, install the extension or try the stand-alone standalone version
Tools available for download from NuGet
- Code Generation tool (CrmSvcUtil.exe) - A tool for generating early-bound classes for the Organization service.
- Configuration Migration tool (DataMigrationUtility.exe) - A tool which can be used to move data between environments.
- Package Deployer (PackageDeployer.exe) - A tools which is used to deploy packages created (use it e.g. to test your packages created for AppSource.
- Plug-in Registration tool (PluginRegistration.exe) - A tool for registering plugins. This tool can be used from within XrmToolBox.
- SolutionPackager tool (SolutionPackager.exe) - A tool that compresses and extracts Solution files.
Read more: Tools available for download from NuGet