Simulation Report Scenario 2
Why didn't my rule write any response data?
-
Your client application is returning the wrong response.
The client is reporting that the claim was approved, but you know that it should not be approved.
-
The memberSearch operation seems fine, so let’s check the getMemberPlan operation in the simulation report.
You can see that the TestPlan for Sherlock with $300 Limit rule did not write anything:
-
Let's take a closer look:
Click inside the step to get more details.
-
Compare the values before and after processing:
We see that approvalLimit was not changed when the action was executed.
This is because the current rule is priority 2, but the value 500 was set by the priority 1 rule, and may not be overwritten.
-
Let’s go to the Data Model Editor and increase the rule priority so it's higher than the Learned Data rule.
Then restart simulation.
-
The client is now working as expected.

