Pete,
I've had similar problems with maintain, albeit not within MRE or Dashboard, but as a self-service solution. After doing a lot of research into this and opening a case for it (a number of years ago), the solution that was presented actually also worked fine.
It may be possible that this solution will also work for your environment.
The first change was to add the line:
document.referer = 'about:blank';
to the top case of the maintain (haven't got a clue as to the exact meaning of it, just following directions).
The second thing was to change the logic of the exit-button in my maintain.
It has to be a javascript function, and it has the following logic in it (suppose the button has the name 'end'):
function Onbtn_end_Click ( ) {
window.close();
IWCTrigger("WINEXIT");
}
This solved the log-on problem in my situation.
Hope this helps ...
GamP
- Using AS 8.2.01 on Windows 10 - IE11. |
| in Focus since 1988 |