- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2024 09:33 AM
Our customer has a business need to allow users to manage notification preferences on the portal. I saw that there is an existing SN widget that will work for us, sys_platform_notification_preferences. The functionality is good but we needed to customize the widget as the customer didnt want all of the default options that the widget provides so we cloned it and threw it on a portal page.
For some reason when we load the page with the cloned widget, it keeps appending "&sysparm_use_polaris=false" to the url and it breaks the widget/locks up the page. This happens before we've made any changes so the cloned widget is exactly the same as the OOB widget, which seems to work fine.
Also of some note, if we put both the OOB widget and the cloned widget on the page, it works fine. Every once in awhile the page with just the cloned widget will work but I cant replicate a reliable pattern for that.
Just wondering if anyone has a similar experience or a potential fix
has context menu. I've attached the widget for context.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2024 03:58 PM
Figured out the original widget had angular ng templates that were not copied as part of the clone. I had assumed cloning a widget would clone everything it needed so I just overlooked it. We had to copy the templates and change all of the names and references in the code to get it to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2024 11:55 PM
Hi @THOUSIF S N1 @Michael O J
I am facing similar issue.
did you get the solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 05:58 AM
solution provided by @BehelC resolved my issue