Add a refresh form button in the header

0
I am trying to put a refresh form button function in the header of my design. However the old method mx.screen.refresh(); seems to have disappeared in version 5. What is the replacement for this function?
asked
2 answers
0

Check out http://apidocs.mendix.com/5/client/screen.html

It seems to be valid in version 5 as well.

EDIT: Kind of a hack, but instead of using JS, I often just refresh the context of the object (the dataview) via a Microflow (Change object, refresh in client). Of course, that works only when your content is within the context of another object.

answered
0

Hi Mitchel, did you find any solution about this?

answered