Changes

1,223 bytes added ,  11:34, 18 January 2021
no edit summary
Line 15: Line 15:     
=== Tools for Makers ===
 
=== Tools for Makers ===
 +
* [https://www.xrmtoolbox.com/plugins/DLaB.Xrm.AttributeManager/ Attribute Manager] Here is a tool for the person who needs to “do it again and do it right”. Imagine that you have created a field for an entity in a solution, you use that field on forms, in views, in workflows, business rules and you might even have some data for this field. Then you realize – you really should have used another data type for this field. Well, do it again and do it right. That means, remove the field from all places you have added it to, create a new field and add that field to those places and there might be data to transfer from the old field to the new field. OR - use this tool and take away the painfully manual work. For DEV environments, since you cannot use it for managed solutions – and who uses unmanaged solutions in other environments than development environments?! ;-)
 
* [https://www.xrmtoolbox.com/plugins/Carfup.XTBPlugins.BPFManager/ BPF Manager] This tool allows you to set an active business process flow stage for records in bulk. Use this after a data import, or simply to switch stages from an old BPF into a new one.
 
* [https://www.xrmtoolbox.com/plugins/Carfup.XTBPlugins.BPFManager/ BPF Manager] This tool allows you to set an active business process flow stage for records in bulk. Use this after a data import, or simply to switch stages from an old BPF into a new one.
 
* [https://www.xrmtoolbox.com/plugins/MsCrmTools.Translator/ Easy Translator] Export all translations for a table/tables, update in Excel, import, tada!
 
* [https://www.xrmtoolbox.com/plugins/MsCrmTools.Translator/ Easy Translator] Export all translations for a table/tables, update in Excel, import, tada!
Line 20: Line 21:  
* [https://www.xrmtoolbox.com/plugins/MsCrmTools.ViewLayoutReplicator/ View Layout Replicator] Update the different views for a certain entity manually (filers and what columns to include) or use this tool to replicate from one view to other views.  
 
* [https://www.xrmtoolbox.com/plugins/MsCrmTools.ViewLayoutReplicator/ View Layout Replicator] Update the different views for a certain entity manually (filers and what columns to include) or use this tool to replicate from one view to other views.  
 
* [https://www.xrmtoolbox.com/plugins/MsCrmTools.UserSettingsUtility/ User Settings Utility] Instruct each user how to do certain updates or use this tool and manage users personal settings in bulk.  
 
* [https://www.xrmtoolbox.com/plugins/MsCrmTools.UserSettingsUtility/ User Settings Utility] Instruct each user how to do certain updates or use this tool and manage users personal settings in bulk.  
 +
* [https://www.xrmtoolbox.com/plugins/AndyPopkin.BulkWorkflowExecution/ Bulk Workflow Execution] In the UI, workflows can be run for only as many records that you can have in a view, i.e. 250 records at a time. Click through the views and execute workflows or use this tool to execute Workflows in bulk using CRM Views or FetchXML Queries.
    
=== Tools for Makers and Devs ===
 
=== Tools for Makers and Devs ===