Hello,
I'm written a report which via dialog places or removes attribute symbols. Now the user needs to refresh the page in Connect before this change is visible, which can be a bit confusing sometimes.
How do I refresh the page in my report via script?
I've tried the line below but I'm pretty sure I have to address something other then the 'location'.
location.reload(true)
Robert Goldenbaum on
Hi,
try this one:
Context.addActionResult(Constants.ACTION_UPDATE, "", g_oTargetGroup);
It works in the Rich Client, but I don't know if it also works in Connect...
BR Robert