- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2020 06:46 AM
Hi All,
I want to display multiple announcements on the Service Portal simultaneously without the expand/collapse button.
Currently one needs to click on the expand /collapse button to view multiple announcements, as below :
Can anyone tell me how to achieve this?
Thank you,
Ayshee Chattopadhyay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2020 07:33 AM
If you want to display the announcement without giving the option to use to dismiss it, you can achieve this by.
Please mark reply as Helpful/Correct, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2020 07:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2020 11:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2020 12:31 AM
Hi Ayshee,
You need to do changes in announcement widget's HTML part to achieve this. Change the highlighted code with the lines mention below:
<span class="glyphicon glyphicon-menu-down" aria-hidden="false" ng-click="c.toggleDetails(a.expanded)" aria-label="{{'Show details'}}" tabindex="0"></span>
Try this and let me know, if it works.
Please mark this answer correct if it resolved the query and mark it helpful too if it helped you at all.
Thanks,
Mohit Kaushik
Mohit Kaushik
ServiceNow MVP (2023-2025)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2020 02:55 AM