- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2019 03:24 AM
I need to trigger an event from approval activity present in the workflow. That event has to be on knowledge table so that i can use that event later to create notification on the same table. Can anyone let me know how can we achieve that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 03:32 AM
You can directly use - gs.eventQueue(<<event name>>,<<current gr record>>,<<approver1>>,<<parm2>>) in your approval activity
Register that event in the event registry.
Then you can use that event in the notification

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2019 03:59 AM
Hi,
You can use Create Event activity under Notifications, you have to add your registered event in your event activity, which you have to registered/created in Event registry and select table as knowledge.
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2019 04:02 AM
Yes i will register the event with knowledge table but i want to trigger the event from the approval activity itself.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2019 04:09 AM
After the approval activity, you can add your event activity, if approver approves.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 03:32 AM
You can directly use - gs.eventQueue(<<event name>>,<<current gr record>>,<<approver1>>,<<parm2>>) in your approval activity
Register that event in the event registry.
Then you can use that event in the notification