http://www.sonomapartners.com/tools/dynabacus
Get the total count of records per entity inside the CRM 2015+ database, or use a view to filter it down to showing the number of records meeting a specific criteria.
Useful tools for MS CRM users
http://www.sonomapartners.com/tools/dynabacus
Get the total count of records per entity inside the CRM 2015+ database, or use a view to filter it down to showing the number of records meeting a specific criteria.
http://www.sonomapartners.com/tools/crmsnoop
Plugin debug tool for listening to plugin events and viewing the event details right from within the CRM UI.
http://processjs.codeplex.com/
Call workflows, dialogs and actions via Javascript with the help of this library.
https://mscrm2015asynchronousbatchprocess.codeplex.com/
Execute recurring workflow processes with the help of this custom workflow activity that will trigger batch processing of records matching a query criteria, based on a configurable schedule.
https://github.com/jlattimer/CRMDeveloperExtensions
“The goal of this project is to be an alternative to the CRM Developer Toolkit that shipped with the Dynamics CRM 2011 & 2013 SDK. Initially it will contain templates and code snippets to help jump start the development process but eventually will expand to include other tooling to help streamline the process of getting and deploying web resources as well as plug-ins and custom workflow activities.”
For background information on the limitations of Microsoft’s CRM Developer Toolkit (Visual Studio 2013 support, CRM 2015 support) and the approach for building this alternative, read this post from Jason Lattimer.
https://crmnumericworkflowutilities.codeplex.com/
Custom workflow activity library for manipulating numeric values with functions like Min, Max, Round, ToInteger, Random Number.
https://crmthemes.azurewebsites.net/
Create theme definitions for CRM 2015+ with a color picker and live preview of the resulting UI changes.
https://crmstringworkflowutilities.codeplex.com/
Custom workflow activity library for manipulating string values with functions like Trim, ToUpper/ToLower, Pad, Substring and Regex.
https://xrmdependenciessorter.codeplex.com/
Identify circular dependencies between entities.
https://xrmsolutionscomparer.codeplex.com/
Compare the contents of CRM solutions XML in two different organizations. Save the complete analysis results or only diff between the organizations to identify what components have been added, removed, changed or moved.
https://mscrmrolesheetexporter.codeplex.com/
Export the detailed privileges of every CRM security role into an Excel workbook.
https://solutionhistory.codeplex.com/
Audit the import events for different Dynamics CRM solution versions and their components with this XrmToolBox plugin.
https://msdyncrmworkflowtools.codeplex.com/
Custom workflow activities to enhance your CRM workflow processes with new capabilities, such as:
https://github.com/joenewstrom/simpleXrm
Javascript library for simplifying the development of interactive forms for Microsoft Dynamics CRM.
https://pfexrmcore.codeplex.com/
Dynamics CRM source code developed by the Microsoft Premier Field Engineering (PFE) team for sample/prototype solutions. The library contains the following components:
Console application that allows you to copy Access Team Templates from one CRM environment to another. Helps avoiding a problem where an exported solution’s entity form refers to an an Access Team Template GUID that doesn’t exist in the target organization.
Easily build FetchXML queries, preview results, export & more with this managed solution for Dynamics CRM.
Tool for constructing Fetch XML queries in ways that Advanced Find cannot.
https://dynamicsofdynamicscrm.wordpress.com/2014/10/08/erd-generator-for-dynamics-crm-20112013/
Generate a Visio diagram of the Dynamics CRM entity data model, visualizing the relationships between any selected entity and the related entities in an ERD file. Works with standard and custom entities.