How to add Maintenance information Window before the global Search picker on home page
Apr 11, 2023
05:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 11, 2023
05:42 AM
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.
Solved! Go to Solution.
Labels:
- Labels:
-
General Customization
ACCEPTED SOLUTION
Accepted Solutions
Apr 11, 2023
05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 11, 2023
05:55 AM
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
2 REPLIES 2
Apr 11, 2023
05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 11, 2023
05:55 AM
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
Apr 11, 2023
06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 11, 2023
06:52 AM
Windchill 12.1 has also a feature to show a message configurable over the UI. However, the options are quite limited.
