I have two lists called "Events" and "Attendees", I have to create a workflow that when a new item is added on the Attendees list, it will updates a “mailto” field on the event itself. Clicking this field will pop up an e-mail compose window with all attendees listed.
In the other words, I have to create a column in the Events list that contains a link for each event, clicking that link will pop up an e-mail compose window with all attendees listed. Is there any way I can do it without using codes?
Thank you very much in advanced.