FlowEventExplorer 1.0.1
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
<PackageReference Include="FlowEventExplorer" Version="1.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="FlowEventExplorer" Version="1.0.1" />
<PackageReference Include="FlowEventExplorer"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add FlowEventExplorer --version 1.0.1
#r "nuget: FlowEventExplorer, 1.0.1"
#:package FlowEventExplorer@1.0.1
#addin nuget:?package=FlowEventExplorer&version=1.0.1
#tool nuget:?package=FlowEventExplorer&version=1.0.1
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- XrmToolBoxPackage (>= 1.2023.10.67)
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