Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 893 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 893 Bytes

This project is now archived and further development will be done at https://github.com/rappen/Xrm.Utils.Core

Xrm.Utils

Project contains various useful extensions that will help develop CRM-reladed code faster.

The code is organized as three separate assemblies:

  • Innofactor.Xrm.Utils.Common — most generic extensions that could be used in console applications, working with Dynamics CRM, XrmToolBox plugins, as well as in regular CRM plugins and workflows;
  • Innofactor.Xrm.Utils.Plugin — classes and extensions specific to the CRM plugins development;
  • Innofactor.Xrm.Utils.Workflow — classes and extensions specific to the CRM workflows development;

Please consult with project wiki to get more information about basic and advanced concepts used as well as code samples and more.