Hi , I want to send notification to multiple email addresses from Call studio Application. I want to read the config file for email addresses ( I do that in Call start class). How do I create session data of type ResultSetList as required by the element configuration ??.
Any hint on this much appreciated.
Thanks,
Solved! Go to Solution.
The ResultSetList is created when using the Studio Database element with
the Setting named Type set to the value: Multiple. So you'll have to
have a DB with a column of email addresses. Use the DB element to select
the email addresses (with type Multiple) - and specify to store the
result into a session variable. Then supply the name of that session
variable to the Email element.
The ResultSetList is created when using the Studio Database element with
the Setting named Type set to the value: Multiple. So you'll have to
have a DB with a column of email addresses. Use the DB element to select
the email addresses (with type Multiple) - and specify to store the
result into a session variable. Then supply the name of that session
variable to the Email element.