Widget display based on user action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 06:52 AM
Hi I need help in displaying and creation of widget. I have created a widget with some content but that needs to be displayed only when user click "not helpful" button in kb article page. Can we achieve this without clonging oob kb helpful widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 10:56 AM
On paper might not be possible since we need the trigger from the OOTB widget. Clone and customize might be the only option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 11:02 AM
Hi @servicenow_devo ,
If content needs to be displayed only when user click "not helpful" button in kb article page - In this case we need to send some info to your newly created widget from that button, might be using url parameters. For that href of that button needs to be edited.
For that you need to clone & do the changes.
🙂