- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 01:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 02:50 AM
Hi @Kishor O,
Reposting as my original message is getting lost in the thread.
Check out the following Out Of Box (OOB) Business Rules which contain that event: send_survey
Business Rules: Dispatch Survey Notification Event and Dispatch Survey event (Non triggered)
These rules are triggered when the conditions are met on the 'When' tab. You'll notice they are triggered when a record is both inserted and updated.
What are you trying to do? Trigger an event yourself or disable/change these event conditions?
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 02:10 AM
Hi @Kishor O
Hi @Kishor O
The event record.send_survey is triggered by the "Dispatch Survey Notification Event" Business Rule. This rule executes when a specific condition is met, sending the survey notification. It uses the gs.eventQueue method to generate the record.send_survey event, passing the current record, user, and survey URL as parameters.
…………………………………………........................................................................................
Mark it helpful 👍and Accept Solution ✅!! If this helps you to understand.
…………………………………………........................................................................................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 02:50 AM
Hi @Kishor O,
Reposting as my original message is getting lost in the thread.
Check out the following Out Of Box (OOB) Business Rules which contain that event: send_survey
Business Rules: Dispatch Survey Notification Event and Dispatch Survey event (Non triggered)
These rules are triggered when the conditions are met on the 'When' tab. You'll notice they are triggered when a record is both inserted and updated.
What are you trying to do? Trigger an event yourself or disable/change these event conditions?
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 03:03 AM
Could you please elaborate the conditions as i am unable to test this notification.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2025 01:17 PM
Since this business rule read-only, I am unable to uncheck the Active checkbox in it. So, even if I copy and make a new similar business rule with my below mentioned changes, I won't be able to make the existing one inactive. Will they clash ?
I have a story :
Send feedback notification only when the assessment instance record is still in "Ready to take" state even after 10 minutes. Because this notification is not required if the user has already filled in the survey right after accepting the incident resolution. So, I want this business rule to run after a delay of 10 minutes, and then check if the assessment instance record state is "Not Complete", then only fire the event which would further send the notification.