How to send single survey for multiple members dynamically?

Prasanna Kumar
Giga Contributor

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

7 REPLIES 7

Hi Venkat,

 

       Did you find the solution? me too stuck with same scenario. Can u help me on this.

Hello Swati,

Did you got the solution for this, I'm also having same scenario. can you help me with this.

Thanks,

zmehta
Tera Contributor

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