Location.affected event is not triggered as per the Notification Configured
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 03:14 AM
The Notification Location Affected with the event location.affected is not triggered. When we subscribe this notification in custom notifications the notification should be triggered as per the configuration But the event and notification is not triggered.
Could you please let me know how and when the event location.affected is configured and will be triggered and also where to find logs for this notification.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 03:22 AM - edited 02-10-2025 03:25 AM
Hi @Tamilvanan T ,
You can verify the list sysevent.LIST whether location.affected is there or not. if not then create new entry by clicking New button and use that as per the your requirement.
e.g. event get trigger in BR using: gs.eventQueue('location.affected', current, current.sys_id, 'Additional parameters'); method
and verify notification Send event field is filled with location.affected.
You can verify with System Policy > Events > Event Logs navigation for finding logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 03:31 AM
Thank you.
Could you please help me on this query, when the Notification " Location Affected" is configured in the custom notification, the notification will be triggered as per the condition configured and the schedule. But the Notification is not triggered and also I couldn't able to find the logs.
Could you please let me know is this related to the event location.affected?