PORTAL_NAME
I want to reload the page. How can I do this?
This can be done by calling the reload() method of the window object in plain JavaScript
window.location.reload();