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):

Credits