- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2022 06:34 PM
I would like to prepare two announcement widgets on the service portal and divide the contents to be displayed according to the contents.
For example, create a category field in the announcements table.
Use this category field to separate announcements.
Create the following widget on the service portal.
(Widget that duplicates the announcements widget)
・Operational status
・News
I want the "Operation Status" widget to display only the records whose category is Operation Status, and the "News" widget to display only the records whose category is News.
Is this possible?
please tell me.
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2022 07:28 PM
Hello,
Yes, in the custom widget you've created that could be a copy of the out of box announcements widget, you'd need to add appropriate server code, for example, to query that table (announcements) and filter for that specific category which relates to that specific widget focus.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2022 07:28 PM
Hello,
Yes, in the custom widget you've created that could be a copy of the out of box announcements widget, you'd need to add appropriate server code, for example, to query that table (announcements) and filter for that specific category which relates to that specific widget focus.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2022 01:21 AM
Thank you very much.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2022 07:16 AM
Hi,
You're welcome 🙂
If my reply also helped guide you Correctly, please also mark it as Correct.
Thanks and take care!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!