There is an interface created which displays business elements in a tabular form, fetching details from a process report. The interface is expecting a rule input and filter the data based on rule input.
The issue I am facing is, once the interface page gets refresh, the rule input value is getting set to null. Any idea how to handle this scenario?
Discussion posts and replies are publicly visible
On page refresh the RI gets reset to it's original value, E.g. if you are calling an interface from another source, the supplied value from the parent will take in effect.