How to create an event in run script?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 12:57 PM
How do I create an event using an script in run script? I want to be able to create an event to create a notification for each person I want to send it to.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 02:34 PM
Claudia Cruz wrote:
Yes, I did. I was able to see it in my event log.
So it DOES create the event. The first part is done.
(note: unregistered events still appear in your event log)
How are you creating the response?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 04:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 05:20 PM
Hi Claudia, make sure the event and the notification are configured against the same table.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2017 05:22 PM
You then can navigate to sys_email.list and check if your email is been triggered. If it is, then your notification is properly configured
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2017 03:22 AM
Hi Claudia, make sure the event and the notification are configured against the same table.
I've actually found in practise this doesn't make a difference.
The table name mentioned at the top of the notification for is to identify fields used in the condition and in the email. When the trigger condition is an event firing, this field has no bearing upon the event.
Good practise suggests keeping them in sync, but I'd like to see this form redesigned to make things a bit simpler to use.