-
JohannesHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)Has successfully completed the online course Basics (100)Has successfully completed the online course Advanced (310)Has successfully completed the online course Advanced (320)8 months ago #43966
Is there a way to do a page reload, which we are currently running as a script,
window.location.reload();
without executing java skipt in the UI action?
Thanks
Armin WinklerHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)Has successfully completed the online course Basics (100)8 months ago #44234::Hi Johannes,
as already discussed in today’s enabling session, there is no standard activity available that could trigger the reloading of a given Simplifier application. As this is basically a command telling the browser to refresh the current tab, it needs to be performed programmatically. Of course, you can improve the configuration rate of your application by including this line of JavaScript code into a generic client-side business object function. Thus, you can also reuse the same functionality later on in other applications. This would be as ‘low code’ as it gets.
Kind regards,
Armin
JohannesHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)Has successfully completed the online course Basics (100)Has successfully completed the online course Advanced (310)Has successfully completed the online course Advanced (320)
You must be logged in to reply to this topic.