Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DI-537 extension manager support for Dynamics/Salesforce #48

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ These extensions are available as compiled assemblies with all installation medi

|Extension|Description|
|---|---|
|[MergeExtension](MergeExtension)|Identify and review the differences between two different Rule Applications, and then merge selected changes together
|[MachineLearningExtension](MachineLearningExtension)|Execute Machine Learning models from xAI Workbench within your Rule Application
|[irX for Microsoft Dynamics 365](irXForDynamics365)|Author and test complex business rules directly against Dynamics 365
|[irX for Salesforce](irXForSalesforce)|Author and test complex business rules directly against Salesforce
|[Merge Extension](MergeExtension)|Identify and review the differences between two different Rule Applications, and then merge selected changes together
|[Machine Learning Extension](MachineLearningExtension)|Execute Machine Learning models from xAI Workbench within your Rule Application
|[DMN Modeler Extension](https://github.com/InRule/DMNModeler)|Model decisions using Decision Model and Notation 1.3 in conjunction with irAuthor
|[Process Automation Extension](ProcessAutomationExtension)|Execute processes and map process data models within your Rule Application

Expand Down
10 changes: 10 additions & 0 deletions irXForDynamics365/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# irX for Dynamics 365

### Features
This irAuthor extension will allow you to author complex business rules against Dynamics 365 entities and become familiar with the types of rules-driven processes that can be implemented. After testing locally from your desktop using irVerify, the rules will be ready for execution from Dynamics 365.

### Requirements
- IrAuthor version 5.8.1 or newer

## Usage
Please view our [InRule for Microsoft Dynamics 365 Documentation](https://support.inrule.com/hc/en-us/articles/18376430935949-InRule-for-Microsoft-Dynamics-365-Power-Platform) to learn more about this extension and the Dynamics integration framework.
11 changes: 11 additions & 0 deletions irXForSalesforce/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# irX for Salesforce

### Features
This irAuthor extension will allow you to author complex business rules against Salesforce entities and become familiar with the types of rules-driven processes that can be
implemented. After testing locally from your desktop using irVerify, the rules will be ready for execution from Salesforce.

### Requirements
- IrAuthor version 5.8.1 or newer

## Usage
Please view our [InRule for Salesforce Documentation](https://support.inrule.com/hc/en-us/articles/18376801734541-InRule-for-Salesforce) to learn more about this extension and the Salesforce integration framework