Question
EIA
US
Last activity: 28 Apr 2017 9:12 EDT
Anomoly with setting value in a case and reading
I have a report definition that reads data after an activity is called(runs data transforms that eventually set a property's value in the case).
It seems to not read values set until after trying a second time while in the case. Works when I run the report definition directly.
Maybe it's a caching issue.
This is the scenario.
1. I click a row of data.
2. That click starts an activity.
3. The activity, takes the selected value and sets the value via a data transform.
4. The value is stored in a property of the case
5. The report definition is supposed to read that property and filter using it.
I get all the data on my first click of a row.
My second click seems to actually get the value.