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 all 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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ 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
|[irX for JavaScript](irXForJavaScript)|Author and package rule applications that can be executed natively using JavaScript
|[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.
16 changes: 16 additions & 0 deletions irXForJavaScript/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# irX for JavaScript

### Features
The irX for JavaScript extension allows for native rule execution in JavaScript. It supports any browser or JavaScript engine that is ECMAScript compatible.

This extension includes the following features:

- A button on the ribbon that allows you to select the target execution platform (InRule, JavaScript, or both)
- A new Execute JavaScript Function action that allows you to invoke custom code contained in a JavaScript function
- The ability to package your Rule Application directly from irAuthor

### Requirements
- IrAuthor version 5.8.1 or newer

## Usage
Please view our [InRule for JavaScript documentation](https://support.inrule.com/hc/en-us/sections/4412375135501-InRule-for-JavaScript) to learn more about this extension and the JavaScript 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