- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 11:32 PM
Hello Everyone,
I am trying to trigger notification based on event. My use case is whenever i give multiple comments back to back in HR case all those comments should trigger notification.
Steps taken.
1. Created event.
2. Calling through BR
3. Updated event in Notification.
I can see that notification is being triggered but comment value is null.
Event:
BR:
Notification:
Emails activity
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 05:45 AM
Hello @Vijay Baokar ,
In your business rule use this in -
gs.eventQueue('event_name',current,current.comments.getJournalEntry(1));
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 12:16 AM
Hello @Vijay Baokar
Please open Event log
Now in Name search for your event name and Sort by Created and check the value in Parm1 if there is the value then only you can access that value in email script.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 04:28 AM
Hi @Harsh_Deep In event logs i can't see the parm1 value, any reason ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 05:45 AM
Hello @Vijay Baokar ,
In your business rule use this in -
gs.eventQueue('event_name',current,current.comments.getJournalEntry(1));
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 06:32 AM
Hello @Vijay Baokar ,
Have you tried my solution.
Mark ✅Correct if this solves your issue and also mark 👍Helpful if you find my response worthy based on the impact.