S
Shiva Duriseati
Guest
Hi Shira, This can be achieved using EVAL[] block: Idea is to convert comma separated picklist values to array and display each value in new line. Following code will do the trick. Example: Include following code in "Source Code" in mail template #EVAL[ var a="{!MultiSelectPickList#value}".split(",").join(" "); a; ] The above code will convert the values of Multi Picklist view in an arraylist and is used to display each value of array in new line. Regards, Shiva
Continue reading...
Continue reading...