Page visualization scripts
Scripts of the type Page visualization enable to customize the display of Web Client pages.
Examples for the use of page visualization scripts:
- Improve the user guidance in activity forms
- Add a progress bar to the case header
- Help the user with filling out dates
- Display an info box
Page visualization scripts can use resources, e.g., images, stylesheets, JavaScript libraries, or other files, which are stored in the file system. Alternatively, the resources can also be retrieved using URLs.
Steps to use a page visualization script:
- Save the required resources in a folder called
resourceswithin the ConSol CM data directory, see Data directory. - Write a script of the type Page visualization on the Scripts page. See Writing the page visualization script.
- Reference the script in the page customization type page. If a page visualization script should be executed on a specific page only, you can add it to the respective scope (subitem of the type
page), e.g.welcomePagefor the dashboard, orticketEditPagefor a case.