Hey,
Here’s the situation, wondering if anyone has any insight that could help ?:
I have a Single Step Assistant based on a Structure (not a Virtual), with a Single OK Command
This Assistant is made of Groups that contains fields based on the Structure Attribute, and also a List which is based on an Entity and is Using a Function to get populated with some parameters present in the Structure.


My Process command in the Assistant basically takes one of the values in the structure and populates/refreshes all other fields, including OrderNo, ReleaseNo, SequenceNo. Once executed populated, this allows the List element to properly get populated with the data
I have my button also do a RefreshDb instruction , like this:

Here’s the problem:
Everything works fine at first, the list populates based on the parameters.
However, when I hit the button again, if anything in one of the fields in the list has changed, it does NOT update client side.
The call is made to the server (seen with the IFS Dev Tools Extension), the updated list data IS Returned by the server, but the Client/Browser field is NOT updated unless I manually force a refresh (say, by opening the filters of the list and clicking “Apply”).
I repeat to underscore it, this is really a DISPLAY problem, the data IS being retrieved from server properly and at the right time, but the element simply isn’t refreshing to SHOW the new data has arrived.
Is there a way to manually force a refresh of the client element on the page through Studio Developper ? I want it to refresh and populate new updated data without having the user clicking on the filter button, it needs to happen programmatically.