- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2020 07:41 AM
Hi ,
I have created a custom push notification for a catalog approval rejection.
I have created push notification, push message and push message content. The condition builder is correct as well.
But push notification is not getting triggered and there are no logs as well.
The notification is configured under Servicenow Request Application
Any idea what can be a miss.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2020 08:33 AM
Thanks for the update. I would start off by checking either one of the the below.
1) One thing to check is the table "sys_push_notif_app_install". If the user has two listings in that list it doesn't work. Delete all the records from that table, then uninstall and then reinstall the app.
2) Make sure if the User tuned on the below.
3) One last thing to check - Have you registered the Push Notification? If not please follow the below and try.
Register a push notification
Register a push notification in a push application to being using it in your mobile apps.
Before you begin
The push application handles sending notifications to mobile devices. Add your new notification to the ServiceNow Mobile Application push application so your mobile app users start receiving this notification.
Procedure
- Switch to the Global scope.
- Navigate to System Notification > Push Application.
- Open the ServiceNow Mobile Application record.
- Right-click the record header and choose Configure > Related Lists from the menu.
- Add Push Default Registration->Push App to the list on the right.
- In the Push Default Registrations related list, click the New button to create a new Push Default Registration record.
- In the Notification field, select the notification you created in the previous steps.
- Click Submit.
Try to validate the above scenarios and see if it works.
Please hit correct if this resolves your issue.
Thanks
Nitin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2020 01:30 AM
Facing a similar issue, have followed the above steps but still, notification is not getting triggered. Any leads on this?
Thanks in advance,
Poorvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2020 01:40 AM
Hi Poorvi,
If you are using NOW Mobile App, navigate to Push Application module. Then select Servicenow Request Application. Register your custom push notifications to Servicenow Request Application by configuring the related list. Then uninstall and reinstall you mobile app.
If you are using Servicenow Classic mobile, register under Servicenow Mobile Application instead of Servicenow Request Application.