Tools for PACX - neronotte/Greg.Xrm.Command GitHub Wiki
Introduction to Tools
Tools are a different way to extend PACX features without affecting its own direct codebase. It's basically a .NET DLL containing commands the PACX is able to load and execute at runtime.
The plugin architecture and behavior is inspired by the one implemented by XrmToolbox.
If you want to start working with tools, follow the below how-to(s):
- Create your first tool
- Debug your tool
- Deploy your tool locally
- Make your tool available to the community