Skip to main content
11-Garnet
April 11, 2023
Solved

How to add Maintenance information Window before the global Search picker on home page

  • April 11, 2023
  • 1 reply
  • 1196 views

Hi,

I want to add one box exactly before the Search Picker on windchill home page. Their I want to show the message about maintenance activity how we can achieve that.

Thank You.

 

@HelesicPetr 

 

 

 

Best answer by Devidas(Devi)

Hi Pushpak,

 

  • Refer to Windchill Customization Guide sections "Adding Custom Code to all Windchill Client Architecture Pages" and "System Banner Alert Message".
  • Put the following line code into <WT_HOME>\codebase\netmarkets\jsp\util\begin_custom.jspf

<%@ include file="/netmarkets/jsp/util/banner_custom.jspf"%>

  • Write the alert message with html format into the following files:
  • English language: <WT_HOME>\codebase\netmarkets\jsp\util\banner.txt
  • Restart the Windchill Service after change and you will see the custom message on Home page.

Thank you,

Devidas Pawar

1 reply

12-Amethyst
April 11, 2023

Hi Pushpak,

 

  • Refer to Windchill Customization Guide sections "Adding Custom Code to all Windchill Client Architecture Pages" and "System Banner Alert Message".
  • Put the following line code into <WT_HOME>\codebase\netmarkets\jsp\util\begin_custom.jspf

<%@ include file="/netmarkets/jsp/util/banner_custom.jspf"%>

  • Write the alert message with html format into the following files:
  • English language: <WT_HOME>\codebase\netmarkets\jsp\util\banner.txt
  • Restart the Windchill Service after change and you will see the custom message on Home page.

Thank you,

Devidas Pawar

17-Peridot
April 11, 2023

Windchill 12.1 has also a feature to show a message configurable over the UI. However, the options are quite limited.

GenericUIBannerMsg