Introduction
This tutorial will go over the various components available within the Rules Designer for IPF Studio. This course assumes a level of familiarity with the Flow Designer, so if you need a refresher, read through these tutorials first: Learn IPF
To get the most out of this tutorial you should access the rules-designer-tutorial project using MPS.
The initial-solution directory contains a new project to use as a starting point for the tutorial. Finished examples of each step can be found within the other solutions of matching names. To get started, see the Initial Setup page.
| Step | Description | Solution Name | Concepts |
|---|---|---|---|
A payments flow that validates a Pacs008 against some business rules |
validation-solution |
VALIDATION EXPRESSIONS |
|
The payment is filtered between high-valued and low-valued payments |
decision-solution |
DECISION RULES LIBRARY |
|
Values within the decision are made configurable at runtime |
dynamic-variable-solution |
DYNAMIC VARIABLES |
|
Storing and using a table of immutable data for processing |
data-table-solution |
DATA TABLES |
|
Extracting business data elements to be used within later steps in the flow |
function-solution |
FUNCTIONS |
Further documentation for the Rules Designer can be found here: Rules Designer