How to show message in portal banner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 11:38 PM
Hi Team,
How to show message in top of service portal, please find below image I created custom widget, but that meesage is showing in top of search bar, I need message in top of portal or after image
Widget code :
<div ng-if="isVisible" class="alert alert-info">
<button type="button" class="close" ng-click="dismiss()">
<span>×</span>
</button>
<p>Welcome, your company is: {{::company}}</p>
</div>
Server side :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 02:58 AM
follow the below steps to achieve this
1.Clone Header Menu widget - Add Welcome message and CSS
2. create new menu page
3. add cloned widget the new menu page
4. add menu page to portal.
I have tried in PDI , this is working for me, here I have only using logged in user name in msg
let me know if you have any questions , Thanks!