I have been challenged with incorporating Outlook into our Salesforce using Skuid. I was able to connect our Microsoft server and have succeeded in creating new single emails using the Outlook Draft object, pretty cool.
I am now stuck on allowing the user to select multiple Contacts (mass email). I currently have the Outlook Contacts as a table to select the records to grab the email addresses and am using a snippet from another post to create a semi-colon seperated array. This works great, but I need to pass the email addresses to the Recipients field in a model called NewDraft that is opened via PopUp that is used to create the new email. So I need to replace the yellow highlighted code below with this functionality.
Any direction on this would be greatly appreciated
Thanks!
Ann




**