Customising the window display

Important:  Ensure that you have the required licences when adding parameters to the URL. For example, you must be licensed for the Microsoft SharePoint web app to use modifiers. This is not limited to embedding an iFrame in another page, rather, any use of the URL modifiers.

There are a number of URL parameters to enable you to configure what is actually displayed on the Objective ECM IQ page (or in the case of an embedded web application - an iframe).

The general pattern for a URL is

https://server:port/#/<route>/?<components>&<modifiers>

where:

Parameter

Description

server:port

The Objective ECM Server name and port.

route

The location in Objective ECM.

For example, on the dashboard, the route will be /dashboard and when viewing the contents of a container, it will be /documents/<container's object ID>.

components

The component(s) to display or hide.

modifiers

Additional parameters that can modify the contents of the display.

&

Separate multiple components and modifiers using "&".

For example, to hide the menu bar enter https://objective.com:8443/#/dashboard/?menu=false. For mobile phones, the menu links in will be hidden.

You can have a number of parameters in a single entry, e.g., https://server:port/#/[route]?[queryParam_1]=<true|false>&[queryParam_2]=<true|false>&...

Once hidden, you can show the components again, by either:

  • Changing false to true.
  • For example, https://objective.com:8443/#/dashboard/?menu=true

or

  • Deleting the component name from the URL.
  • For example, https://objective.com:8443/#/dashboard