<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.3790.2541" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=688412518-04012007><FONT face=Arial size=2>I'd like have the
custom fields viewable when a ticket is commented/replied to. I see in the
Update.html code below that there is an if statement that would appear to allow
it to be displayed. I'm just not sure how to get the if statement to
trigger properly. </FONT></SPAN></DIV>
<DIV><SPAN class=688412518-04012007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=688412518-04012007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=688412518-04012007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=688412518-04012007><FONT face=Arial size=2>% if (my $TxnCFs =
$TicketObj->TransactionCustomFields) {<BR>% while (my $CF =
$TxnCFs->Next()) {<BR><tr><BR><td align="right"><%
$CF->Name %>:</td><BR><td><& /Elements/EditCustomField,
CustomField => $CF, NamePrefix =><BR>
"Object-RT::Transaction--CustomField-" &><em><%
$CF->FriendlyType
%></em></td><BR></tr><BR>% } # end if
while<BR>% } # end of if<BR></FONT></SPAN></DIV>
<DIV><SPAN class=688412518-04012007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=688412518-04012007><FONT face=Arial
size=2> </DIV></FONT></SPAN></BODY></HTML>