<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Mar 10, 2015, at 3:28 AM, Christian Loos <<a href="mailto:cloos@netcologne.de" class="">cloos@netcologne.de</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class="">@Alex:<br class="">CreateTickets support both, CustomField and CF keys [1].<br class=""><br class="">@Landon:<br class="">Why don't you simply add this lines to you template, as you are using a<br class="">static customfield list and don't want to add all customfields (assuming<br class="">you customfields are single value fields):<br class=""><br class="">CF-Customfield1: {$Tickets{'TOP'}->FirstCustomFieldValue('Customfield1')}<br class="">CF-Customfield2: {$Tickets{'TOP'}->FirstCustomFieldValue('Customfield2')}<br class="">CF-etc: {$Ticket{'TOP'}->FirstCustomFieldValue('etc')}<br class=""></div></blockquote><div><br class=""></div></div>The problem with using FirstCustomFieldValue() is that I'd, of course, only get the first value for each CF but I want <i class="">all</i> the values for each CF to be copied over.<br class=""><div class=""><br class=""></div><div class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Landon Stewart : <a href="mailto:lstewart@iweb.com" class="">lstewart@iweb.com</a></div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Lead Specialist, Abuse and Security Management<br class="">Spécialiste principal, gestion des abus et sécurité<br class=""><a href="http://iweb.com" class="">http://iweb.com</a> : +1 (888) 909-4932</div><div class=""><br class=""></div></div></div></div></body></html>