- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2016 06:47 AM
Recently created a custom application and the email notifications that go with it.
I have a few notifications, but lets take the basic one as an example (screenshot below). It's set to send to myself and all the other notifications for Incident etc work fine. The difference here is that this is a custom app. Is there a setting at the application level to enable notifications? Is there any other reason why these wouldn't be firing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2016 07:54 AM
I got somewhere with this via the HI system.
The custom application has its own scope, as custom applications do. The table in the app extends the task table, which is in the global application, i.e. outside of its own scope. Notifications don't work for when you're extending a table outside of its native scope. I've tested and confirmed this with a guy from HI.
We're seeing if this is by design or a problem.
Either way, it doesn't solve my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2016 06:02 AM
Thanks, but that seems to only apply if you are creating custom events:
"2.2 Create Events and Business Rules
If the events in the base system do not provide the necessary level of detail, or do not suit your customized instance, create custom events to trigger notifications. See Events and Email Notification for details. If you create custom events, make sure to create business rules that use these events."
I'm not creating a custom event. I'm using the built in events, such as "additional comments changes".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2016 09:57 PM
Hi David,
I do not think the event you are referring to is the event you are looking for. The additional comment event should have table 'incident', whereas the snap you have uploaded is showing other table.
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 01:48 AM
Not quite sure what you mean.
The screen shot I've provided at the top of the post and the screen shot for the event engine refer to the same table.
Anyone have any useful or relevant information on this?
- David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2016 07:54 AM
I got somewhere with this via the HI system.
The custom application has its own scope, as custom applications do. The table in the app extends the task table, which is in the global application, i.e. outside of its own scope. Notifications don't work for when you're extending a table outside of its native scope. I've tested and confirmed this with a guy from HI.
We're seeing if this is by design or a problem.
Either way, it doesn't solve my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2016 03:21 AM
This turned out to be a bug in versions prior to Geneva Patch 5. Upgrading to this version fixed my problem.