cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

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

Pushpak
9-Granite

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

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 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
DevidasPawar
6-Contributor
(To:Pushpak)

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

View solution in original post

2 REPLIES 2
DevidasPawar
6-Contributor
(To:Pushpak)

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

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

GenericUIBannerMsg 

Top Tags