persistentUrlParameters

From SAP Enable Now Wiki


Scope

SAP Companion parameter, specified in the URL.

Purpose

If specified, any help parameters set via URL parameters will be kept (persistent) within the current browser session. Typically, this would be used when the app removes the URL parameters on page change - which can happen with SuccessFactors.

To remove them again, run the Console Command sessionStorage.removeItem(Help4.PERSISTENT_PARAMS_KEY);

Usage

You would normally only want to use this parameter via the URL, during development, when you have added URL parameters for some other purpose (e.g., for testing before getting them added to the application).

Specified as:

persistentUrlParameters=[true|false]