How to send single survey for multiple members dynamically?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2022 11:40 AM
Hi Team,
As we all know about how the survey triggered for single user. Here my query is, how to send a single survey to multiple users dynamically.
That means, in my trigger condition, I've selected user field is "Caller_id", so, it will trigger to Caller_ID only. only on record creating on Assessment Instance table (asmt_assessment_instance) dynamically.
For example, if I select Watch list (Multiple users), how we need to create multiple records with same task in Assessment Instance table (asmt_assessment_instance) dynamically.
Please suggest is there any possibility to trigger sending single survey to multiple members.
Thanks & Regards,
Venkat
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2022 08:26 PM
Hi Venkat,
Did you find the solution? me too stuck with same scenario. Can u help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2022 10:39 PM
Hello Swati,
Did you got the solution for this, I'm also having same scenario. can you help me with this.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2023 01:37 PM - edited ‎04-05-2023 08:53 AM
Hi Prasanna,
You can define another trigger on 'sys_user' table with field id as 'sys_id' and reference it in the BR for first trigger.
Example:
Trigger 1: (on task table) when record is updated based on the conditions.
In the BR, update the script with your logic to trigger Trigger 2
Trigger 2: (on user table) with field sys_id
I hope this will help. 🙂
Let me know.
Thanks
Z