- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2021 02:49 PM
Hi, I'm sorry if this topic had appeared already, but I can't resolve this problem.
I have a workflow and a I must send a notification to the Administrator(using "Create Event") every time a record is created on the Incident table. I created the event on the workflow and filled the field "Event name", can anyone please, tell me what I need to do next?
Solved! Go to Solution.
- Labels:
-
Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2021 02:53 PM
Hello,
Technically, you don't need a workflow to do this...if this is for incident table, you can create the notification specifying the incident table and check the "insert" box. From there, you can specify a specific user, or email, etc. that the notification has to go to. So no workflow is really necessary (example):
If you still need to do through workflow (for some reason), then you'd need to:
2) Create notification to fire when the event is triggered (use "when to send" tab to set this up) and specify any recipients (from a field or from "parm1" or "parm2")
3) Within workflow use "create event activity" to specify the event...like so (EXAMPLE😞
That's really about it...you can test this out pretty easily.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2021 02:53 PM
Hello,
Technically, you don't need a workflow to do this...if this is for incident table, you can create the notification specifying the incident table and check the "insert" box. From there, you can specify a specific user, or email, etc. that the notification has to go to. So no workflow is really necessary (example):
If you still need to do through workflow (for some reason), then you'd need to:
2) Create notification to fire when the event is triggered (use "when to send" tab to set this up) and specify any recipients (from a field or from "parm1" or "parm2")
3) Within workflow use "create event activity" to specify the event...like so (EXAMPLE😞
That's really about it...you can test this out pretty easily.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2021 04:23 PM
Thanks.