Applying Changes

To immediately view changes that you make to a page, click the browser Refresh button. This reloads the updated page, instead of waiting for the old page to expire and the new page to be loaded.

These functions, which are found in FUNCLIB_PORTAL.TEMPLATE_FUNC FieldFormula, are also available to force a refresh:

Function

Description

ForceRefreshPage(&url)

Refreshes the default tab for the current user.

&myPage = URLEncode("?tab=DEFAULT&user=" | %userid);

Forces the page that is identified by the parameter to refresh. The parameter is the escaped query string of the page that is being refreshed, including the question mark.

ForceRefreshPage(&myPage);

Refreshes the default tab for the current user.

ForceRefreshHomePageTab(&tab)

Refreshes the homepage tab for the current user with the tab name that is passed in.

ForceRefreshHomePage()

Refreshes the default homepage tab of the current user.