FlowEventExplorer 1.0.1

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 1.0.1.1 or higher.

dotnet add package FlowEventExplorer --version 1.0.1
                    
NuGet\Install-Package FlowEventExplorer -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FlowEventExplorer" Version="1.0.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FlowEventExplorer" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="FlowEventExplorer">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FlowEventExplorer --version 1.0.1
                    
#r "nuget: FlowEventExplorer, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FlowEventExplorer@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FlowEventExplorer&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=FlowEventExplorer&version=1.0.1
                    
Install as a Cake Tool

FlowEventExplorer

FlowEventExplorer is an XrmToolBox plugin designed to help Dynamics 365 users explore and manage cloud flows associated with entities and events within their environment. This tool provides an intuitive tree view to visualize flows triggered by events such as Create, Update, and Delete, and allows users to inspect detailed properties of each flow.

Features

  • Entity and Event Tree View: Displays all entities and associated events (Create, Update, Delete) in a hierarchical tree structure.
  • Flow Listing: Lists all cloud flows related to a specific event within the tree view.
  • Flow Properties: Displays detailed properties of the selected flow in a property grid, including its scope, message type, and filtering attributes.
  • Visual Indicators: Differentiate between draft and activated flows with distinctive icons.
  • Dynamic Control: The UI dynamically adjusts to show flow properties only when a flow is selected.

Usage

Launch XrmToolBox and connect to your Dynamics 365 environment. Load the FlowEventExplorer plugin. The tool will load all entities and their associated events in the tree view. Click on an entity to expand and view its events. Click on an event to see the cloud flows associated with it. Select a flow to view detailed properties on the right side of the screen.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, please feel free to reach out:

Author: Kailash Ramachandran Email: kailashr2k3@gmail.com

Acknowledgements

XrmToolBox - The tool framework used to develop this plugin. Newtonsoft.Json - JSON library used for data parsing.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Added feature to list entities and the associated flows grouped based on the events