what is difference between Notification and Event?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 11:14 PM
what is difference between Notification and Event?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 11:26 PM
Hi Srinivas,
There is no similarity between event and Notification. Both are two different entities.
Event is anything that occurs and might cause something to occur (like triggering a notification).
on the other hand Notification is some kind of intimation that we trigger for user via email or sms.
So basically, only relationship between notification and event is:
Notifications are triggered on firing of events.
Event Fired ---------causes------> Notification Trigger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2016 01:03 AM
Maybe this will help you: http://wiki.servicenow.com/index.php?title=Events_and_Email_Notification#gsc.tab=0