RuleFeedback
Overview
Documentation
Description
Sometimes you want to give feedback to the user about why executing a rule has failed. E.g. a credit check might fail because the age is too young or the income is too low or the sum is too large.
Here's a little demo app that shows how you can create feedback when executing a rule in mendix and present the feedback to the user.
This demo app loads a page, executes a rule and shows the rule feedback on a page.
Typical usage scenario
For each rule to be executed, create a rule object and associate it to session. After each test in a rule, create a rulefeedback item and link to the rule-object .
When presenting the user the result of the test you can now show a list of the rule-feedbacks explaining why a decision was made.
Features and limitations
It's a demo app, not an end solution!
Dependencies [optional]
Mendix 8
Installation [optional]
Import the module package to your project.
Configuration [optional]
Create a navigation that shows the feedback page from the module.
Known bugs [optional]
[Describe the known bugs]
Frequently Asked Questions [optional]
- Q:
- A: