- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2025 04:31 AM
I'm trying to show an error notification on the record page from a contextual sidebar page using "NOW_UXF_PAGE#ADD_NOTIFICATIONS", but the notification appears under the sidebar, not on the main record page.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @RahulNagar,
I have seen a similar issue when I wanted to show a notification from a custom component. I would recommend the following steps:
-
Create an event handler in the main page’s body element.
-
Define a client script that shows the notification.
-
Attach the client script to the event you created earlier.
-
Emit this custom event from the contextual sidebar page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @RahulNagar,
I have seen a similar issue when I wanted to show a notification from a custom component. I would recommend the following steps:
-
Create an event handler in the main page’s body element.
-
Define a client script that shows the notification.
-
Attach the client script to the event you created earlier.
-
Emit this custom event from the contextual sidebar page.
