[rt-users] Custom Fields when Replying/Commenting

Zachary Fortna ZFortna at cxtec.com
Thu Jan 4 13:29:31 EST 2007


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.  
 
 
 
% if (my $TxnCFs = $TicketObj->TransactionCustomFields) {
%    while (my $CF = $TxnCFs->Next()) {
<tr>
<td align="right"><% $CF->Name %>:</td>
<td><& /Elements/EditCustomField, CustomField => $CF, NamePrefix =>
    "Object-RT::Transaction--CustomField-" &><em><% $CF->FriendlyType
%></em></td>
</tr>
%    } # end if while
% } # end of if

 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20070104/455a338c/attachment.htm>


More information about the rt-users mailing list