- 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
‎02-04-2020 11:12 PM
Hi,
In approval activity I don't see the place where we can call
gs.eventQueue(<<event name>>,<<current gr record>>,<<approver1>>,<<parm2>>)
There is advance checkbox for writing script to send the approval to other user. Can we call the event from this script box. Please check where can we call the event in approval activity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2020 12:29 AM
Yes you need to call it from script box