Administer > System Configuration Parameters > Enter a parameter in the web client URL

Enter a parameter in the web client URL

Applies to User Roles:

System Administrator

You can enter web client parameters in the web client's URL. These parameters are only valid for the current web client session, and revert to the default values (as defined in the web.xml file) when the session closes.

To enter a parameter in the web client URL, type the parameter at the end of the URL after a question mark (?). To do this, use the following syntax:

http://servername:portnumber/sm/index.do?<parameter_name>=<parameter_value>

You can also use the ampersand (&) character to enter multiple parameters in a single URL. To do this, use the following syntax:

http://servername:portnumber/sm/index.do?<parameter_name>=<parameter_value>&<parameter_name>=<parameter_value>